Docs.rs
mpeg2ts-reader-0.18.2
mpeg2ts-reader 0.18.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
dholroyd
Dependencies
encoding_rs ^0.8
normal
fixedbitset ^0.5.0
normal
log ^0.4
normal
smptera-format-identifiers-rust ^0.4.0
normal
assert_matches ^1.5.0
dev
bitstream-io ^2.2
dev
criterion ^0.5.1
dev
env_logger ^0.11.2
dev
hex-literal ^0.2.1
dev
hex-slice ^0.1.4
dev
iai-callgrind ^0.14.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module mpegts_crc
mpeg2ts_
reader
0.18.2
Module mpegts_
crc
Module Items
Functions
In crate mpeg2ts_
reader
mpeg2ts_reader
Module
mpegts_
crc
Copy item path
Source
Expand description
MPEG
Cyclic Redundancy Check
calculation
Functions
ยง
sum32
Calculate the 32-bit
Cyclic Redundancy Check
of the data, according to the CRC scheme from
ISO/IEC 13818-1, Annex A
.