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

#1067 in Parser implementations

Download history 1/week @ 2024-10-29 14/week @ 2024-11-19 20/week @ 2024-11-26 19/week @ 2024-12-03 42/week @ 2024-12-10 6/week @ 2024-12-17 1/week @ 2025-01-07 1/week @ 2025-01-14 7/week @ 2025-01-21 90/week @ 2025-02-11

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