Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/bitreader/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 624 B image not shown  

Quelle  Cargo.toml.orig   Sprache: unbekannt

 
Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[package]
name = "bitreader"
version = "0.3.6"
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 = "MIT OR Apache-2.0"

[dependencies]
cfg-if = "1"

[features]
std = []

default = ["std"]

[Dauer der Verarbeitung: 0.33 Sekunden]