h264-parser 0.4.1

H.264 Annex B stream parser library
Documentation
[dependencies]

[dev-dependencies.proptest]
version = "1.7.0"

[[example]]
name = "basic_parsing"
path = "examples/basic_parsing.rs"

[lib]
name = "h264_parser"
path = "src/lib.rs"

[package]
authors = ["Rishi Desai"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::video", "parser-implementations"]
description = "H.264 Annex B stream parser library"
edition = "2021"
keywords = ["h264", "video", "codec", "parser", "annexb"]
license = "MIT"
name = "h264-parser"
readme = "README.md"
repository = "https://github.com/therishidesai/h264-parser"
version = "0.4.1"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "proptests"
path = "tests/proptests.rs"