Expand description
LLVM-in-Rust IR binary format (LRIR) reader and writer.
This crate implements a compact binary serialization format for
(Context, Module) pairs, enabling round-trip fidelity without
depending on the full LLVM bitcode bitstream format.
Re-exports§
pub use error::BitcodeError;pub use reader::read_bitcode;pub use writer::write_bitcode;