subtext

Crates.iosubtext
lib.rssubtext
version0.3.5
sourcesrc
created_at2022-09-16 23:17:19.205034
updated_at2024-01-16 20:28:24.000419
descriptionA parser for the Subtext file format
homepage
repository
max_upload_size
id667980
size75,957
Ben Follington (bfollington)

documentation

README

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

Commit count: 0

cargo fmt