hermes-atom-table 0.1.2

String interner for the Hermes Rust front-end (ported from juno).
Documentation
  • Coverage
  • 85.71%
    18 out of 21 items documented0 out of 18 items with examples
  • Size
  • Source code size: 37.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 494.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • tmikov/hermes
    9 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tmikov

hermes-atom-table

String interner for the Hermes Rust front-end. Part of the hermes-parser crate family.

Interns UTF-8 strings and WTF-8 byte strings into stable Atom / AtomBytes handles that compare and hash in O(1). Copied from the juno project and extended with the byte-intern path the lexer needs for surrogate-bearing string literals.

This is a support crate: it is published because hermes-parser's dependency closure requires it, and it carries no stability guarantee of its own.

API docs at docs.rs/hermes-atom-table.

See the project README for the full documentation of the crate family.