transliterate

Crates.iotransliterate
lib.rstransliterate
version0.1.1
sourcesrc
created_at2021-06-16 12:56:56.292363
updated_at2021-10-02 09:05:59.460096
descriptionA string to string parser which avoids the intermediate tree by building the output string directly
homepage
repository
max_upload_size
id410848
size22,483
(storyfeet)

documentation

README

Transliterate

A String to string parser built on combinator parsers.

The primary purpose of this parser tool is for building syntax highlighters but it has some other usefull features.

This is still in early stages, but as proof of concept works well.

Rather than building a tree when parsing, the result is put directly onto the output string.

Commit count: 0

cargo fmt