moq-rs/moq-transport
kixelated fbd06da2ee
Expose the version VarInt (#77)
Useful for documentation. Right now it's:

```rust
pub const KIXEL_00: Version = _
```

This should probably be an enum too?
2023-09-18 17:24:35 -07:00
..
src Expose the version VarInt (#77) 2023-09-18 17:24:35 -07:00
Cargo.lock Cargo layout (#36) 2023-06-16 20:36:07 -07:00
Cargo.toml Major moq-transport API simplification (#68) 2023-09-15 12:06:28 -07:00
README.md Major moq-transport API simplification (#68) 2023-09-15 12:06:28 -07:00

README.md

Documentation Crates.io License: MIT

moq-transport

A Rust implementation of the proposed IETF standard.

Specification Github