Crates.io | subtext |
lib.rs | subtext |
version | 0.3.5 |
source | src |
created_at | 2022-09-16 23:17:19.205034 |
updated_at | 2024-01-16 20:28:24.000419 |
description | A parser for the Subtext file format |
homepage | |
repository | |
max_upload_size | |
id | 667980 |
size | 75,957 |
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