6 releases

0.3.5 Jan 16, 2024
0.3.4 Apr 11, 2023
0.3.2 Dec 8, 2022
0.3.0 Sep 16, 2022

#967 in Parser implementations

Download history 261/week @ 2024-02-08 197/week @ 2024-02-15 124/week @ 2024-02-22 108/week @ 2024-02-29 135/week @ 2024-03-07 147/week @ 2024-03-14 130/week @ 2024-03-21 154/week @ 2024-03-28 150/week @ 2024-04-04 200/week @ 2024-04-11 29/week @ 2024-04-18 31/week @ 2024-04-25 43/week @ 2024-05-02 44/week @ 2024-05-09 39/week @ 2024-05-16 18/week @ 2024-05-23

152 downloads per month
Used in 4 crates (3 directly)

Apache-2.0

61KB
1.5K SLoC

Rust Subtext

This workspace contains Rust packages and applications for working with Subtext.

The first package is a protoype recursive descent parser that attempts to interpret a byte buffer as Subtext. The parser's only dependency is Tendril, which it leverages to ergonomically slice strings while minimizing copies.

To run tests: cargo test To try the example: cargo run --example parse examples/example.subtext

Dependencies

~0.3–2MB
~34K SLoC