mpegts 0.1.0

Library to read/write following ITU-T Rec. H.222.0 (MpegTS) standard.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mpegts"
version = "0.1.0"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = """
Library to read/write following ITU-T Rec. H.222.0 (MpegTS) standard.
"""
license = "MIT"
repository = "https://github.com/media-io/rs_mpegts"
documentation = "https://docs.rs/mpegts"

[dependencies]
bitstream-io = "0.6.1"
crc = "1.4.0"