Skip to main content

Module source

Module source 

Source
Expand description

The source owner (SPEC §1.2): every &'a str in the lexer/AST/Value borrows from here. An append-only arena: entries are never removed or mutated.

Structs§

SourceCache
Every source text, kept alive as long as the cache is, so the zero-copy pipeline can hand out &str slices into it.