gecko-dev/third_party/rust/bitreader/Cargo.toml
Alfredo.Yang a455e9f1e7 Bug 1328221 - Support GASpecificConfig audio channel in rust mp4 parser. r=rillian
MozReview-Commit-ID: IQKxtjatU9J

--HG--
extra : rebase_source : d710f6f639415e1ff7d99b39a6ef97dfd65868e3
2017-01-11 09:03:30 +08:00

20 lines
548 B
TOML

[package]
name = "bitreader"
version = "0.2.0"
authors = ["Ilkka Rauta <ilkka.rauta@gmail.com>"]
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.
"""
documentation = "https://docs.rs/bitreader"
homepage = "https://github.com/irauta/bitreader"
repository = "https://github.com/irauta/bitreader"
keywords = ["bit", "bits", "bitstream"]
license = "Apache-2.0"