llvm-bitstream 0.0.2-rc.2

A content-agnostic parser for LLVM's bitstream container format
docs.rs failed to build llvm-bitstream-0.0.2-rc.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: llvm-bitstream-0.0.3

llvm-bitstream.rs

Crates.io

A pure-Rust library for interpreting files in LLVM's bitstream format.

Conceptually, this library is one step below a full LLVM bitcode parser: it can interpret the entries in a bitstream, but isn't aware of their semantics and isn't responsible for composing them into an LLVM IR program (or any other concrete structure that's been serialized as a bitstream).

This library uses llvm-bitcursor under the hood.