Struct llvm_kaleidoscope_rs::SmallCStr [−][src]
pub struct SmallCStr(_);
Expand description
Small C string on the stack with fixed size SMALL_STR_SIZE
.
This is specially crafted to interact with the LLVM C API and get rid of some heap allocations.