media-codec-bitstream 0.1.0

A library for reading and writing bits with Exp-Golomb coding support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "media-codec-bitstream"
description = "A library for reading and writing bits with Exp-Golomb coding support"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/media-codec-bitstream"
version = "0.1.0"
authors.workspace = true
license.workspace = true
categories = ["multimedia"]
keywords = ["bitstream", "exp-golomb"]
edition.workspace = true

[dependencies]
bitstream-io = "4.9"