blob: 8884e7f4b9333243bf9d51f254631c31a5ae027c [file] [log] [blame]
Elie Kheirallah70161502022-11-04 21:42:26 +00001name: "bitreader"
2description: "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."
3third_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}