tinyogg 0.0.2

A very simple Ogg packet serializer and deserializer and a stream for writing data and encapsulating the data into Ogg streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tinyogg"
version = "0.0.2"
edition.workspace = true
authors.workspace = true
license-file.workspace = true
repository.workspace = true
readme = "Readme.md"
description = "A very simple Ogg packet serializer and deserializer and a stream for writing data and encapsulating the data into Ogg streams."
keywords = ["ogg"]

[dependencies]

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