| # This project was upgraded with external_updater. |
| # Usage: tools/external_updater/updater.sh update external/rust/crates/bitreader |
| # For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md |
| |
| name: "bitreader" |
| description: "BitReader helps reading individual bits from a slice of bytes. You can read \"unusual\" numbers of bits from the byte slice, for example 13 bits at once. The reader internally keeps track of position within the buffer." |
| third_party { |
| license_type: NOTICE |
| last_upgrade_date { |
| year: 2024 |
| month: 1 |
| day: 31 |
| } |
| homepage: "https://crates.io/crates/bitreader" |
| identifier { |
| type: "Archive" |
| value: "https://static.crates.io/crates/bitreader/bitreader-0.3.8.crate" |
| version: "0.3.8" |
| } |
| } |