kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
385 stars 56 forks source link

Expose the version VarInt #77

Closed kixelated closed 11 months ago

kixelated commented 11 months ago

Useful for documentation. Right now it's:

pub const KIXEL_00: Version = _

This should probably be an enum too?