Structs§
- Underlying implementation of
RustString
.
Functions§
- Appends the contents of a byte slice to a
RustString
. - Initialize targets enabled by the build script via
cfg(llvm_component = "...")
. N.B., this function can’t be moved torustc_codegen_llvm
because of thecfg
s.
Foreign Types§
- Opaque type that allows C++ code to write bytes to a Rust-side buffer, in conjunction with
RawRustStringOstream
. Use this as&RustString
(Rust) andRustStringRef
(C++) in FFI signatures.