hermes-support 0.1.0

Diagnostics and source-management support crate for the Hermes Rust front-end.
Documentation
  • Coverage
  • 77%
    164 out of 213 items documented1 out of 168 items with examples
  • Size
  • Source code size: 174.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s 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-support

Diagnostics and source management for the Hermes Rust front-end. Part of the hermes-parser crate family.

Provides SourceErrorManager (buffers, source locations, line index, diagnostic recording and rendering), the JSONEmitter used by the ESTree dumper, a WTF-8 ↔ UTF-16 codec, and the arena-friendly Deque / PersistentScopedMap containers. Zero unsafe (unsafe_code = "forbid").

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.

Version: 0.1.0 — API docs at docs.rs/hermes-support.

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