Expand description
Source buffer primitives: a NUL-terminated byte buffer and a named wrapper.
Structsยง
- Null
Terminated Buf - A null terminated memory buffer.
- Source
Buffer - 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::MemoryBufferregistered in aSourceMgr, but it carries its own name.