tinyogg 0.0.3

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
[package]
name = "tinyogg"
version = "0.0.3"
edition = "2024"
authors = ["0xAA55 <838816058@qq.com>"]
license-file = "LICENSE"
repository = "https://github.com/0xAA55-rs/tinyogg"
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"]

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