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

#663 in Parser implementations

Download history 38/week @ 2024-06-10 59/week @ 2024-06-17 18/week @ 2024-06-24 50/week @ 2024-07-01 27/week @ 2024-07-08 29/week @ 2024-07-15 3/week @ 2024-07-22 10/week @ 2024-07-29 16/week @ 2024-08-05 6/week @ 2024-08-12 4/week @ 2024-08-19 15/week @ 2024-08-26 14/week @ 2024-09-09 12/week @ 2024-09-16 22/week @ 2024-09-23

52 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
~34K SLoC