rustik-highlight 0.1.0

Rustik code highlighter.
Documentation
  • Coverage
  • 100%
    103 out of 103 items documented0 out of 1 items with examples
  • Size
  • Source code size: 111.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.09 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
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cloudhead

Syntax tokenization and theme application.

The crate keeps expensive work in the load/compile path. TextMate grammars compile into Oniguruma regex sets, JSON uses a dedicated lexer, scope names are interned, and the hot line APIs write into caller-owned buffers so editors and pagers can reuse allocations.