llvm-in-rust-bitcode 0.1.0

Compact bitcode reader and writer for LLVM-in-Rust IR modules.
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented0 out of 3 items with examples
  • Size
  • Source code size: 74.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 562.77 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • yudongusa/LLVM-in-Rust
    8 0 15
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nightowl-bot

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.