| Crates.io | llvm-bitcursor |
| lib.rs | llvm-bitcursor |
| version | 0.0.3 |
| created_at | 2021-07-21 01:31:43.844613+00 |
| updated_at | 2022-01-28 04:39:45.641241+00 |
| description | A no-frills bitstream cursor library for Rust |
| homepage | https://github.com/woodruffw/mollusc/tree/main/llvm-bitcursor |
| repository | https://github.com/woodruffw/mollusc |
| max_upload_size | |
| id | 425347 |
| size | 31,848 |
A no-frills cursor library that supports reading unaligned fields from a bitstream.
This library primarily exists to provide low-level support for the task of parsing LLVM's bitstream format. If you're looking for a general purpose bitvector handling library, try bitvec or bit-vec.
Features:
vbr feature)#![forbid(unsafe_code)]unwrap, expect, or panicAnti-features: