Skip to main content

Module buffer

Module buffer 

Source
Expand description

Source buffer primitives: a NUL-terminated byte buffer and a named wrapper.

Structsยง

NullTerminatedBuf
A null terminated memory buffer.
SourceBuffer
A named source buffer: its file name, its NUL-terminated bytes, and a lazily built line index. This is the Rust analog of an llvh::MemoryBuffer registered in a SourceMgr, but it carries its own name.