Crate llvm_bitcursor

Source
Expand description

llvm-bitcursor is a no-frills library for reading unaligned fields from a bitstream. The APIs provided by this crate are specialized for internal use in an LLVM bitstream parser, and may be less useful outside of that context.

Modules§

error
Error management for llvm-bitcursor.

Structs§

BitCursor
A no-copy cursor wrapper for a bitstream.