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

#839 in Parser implementations

Download history 107/week @ 2023-12-18 7/week @ 2023-12-25 170/week @ 2024-01-01 261/week @ 2024-01-08 217/week @ 2024-01-15 47/week @ 2024-01-22 62/week @ 2024-01-29 292/week @ 2024-02-05 124/week @ 2024-02-12 192/week @ 2024-02-19 189/week @ 2024-02-26 52/week @ 2024-03-04 157/week @ 2024-03-11 105/week @ 2024-03-18 191/week @ 2024-03-25 124/week @ 2024-04-01

583 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–1.9MB
~34K SLoC