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

#768 in Parser implementations


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