Elie Kheirallah | 7016150 | 2022-11-04 21:42:26 +0000 | [diff] [blame] | 1 | name: "bitreader" |
| 2 | 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." |
| 3 | third_party { |
| 4 | url { |
| 5 | type: HOMEPAGE |
| 6 | value: "https://crates.io/crates/bitreader" |
| 7 | } |
| 8 | url { |
| 9 | type: ARCHIVE |
| 10 | value: "https://static.crates.io/crates/bitreader/bitreader-0.3.6.crate" |
| 11 | } |
| 12 | version: "0.3.6" |
| 13 | # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same. |
| 14 | license_type: NOTICE |
| 15 | last_upgrade_date { |
| 16 | year: 2022 |
| 17 | month: 11 |
| 18 | day: 2 |
| 19 | } |
| 20 | } |