transliterate 0.1.1

A string to string parser which avoids the intermediate tree by building the output string directly
Documentation
  • Coverage
  • 0%
    0 out of 38 items documented0 out of 24 items with examples
  • Size
  • Source code size: 22.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.69 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • storyfeet

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.