llvm-bitstream

Crates.iollvm-bitstream
lib.rsllvm-bitstream
version0.0.3
sourcesrc
created_at2021-08-11 03:14:32.769457
updated_at2022-01-28 04:43:33.767404
descriptionA content-agnostic parser for LLVM's bitstream container format
homepagehttps://github.com/woodruffw/mollusc/tree/main/llvm-bitstream
repositoryhttps://github.com/woodruffw/mollusc
max_upload_size
id434562
size50,793
William Woodruff (woodruffw)

documentation

README

llvm-bitstream

Crates.io Documentation

A content-agnostic parser for LLVM's bitstream container 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.

Commit count: 197

cargo fmt