kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
405 stars 60 forks source link

feat: expose moq-pub as library with generic input #134

Closed Frando closed 7 months ago

Frando commented 7 months ago

This PR has two changes, which allow to reuse the code in moq-pub from other libraries or apps:

kixelated commented 7 months ago

although there be a LINT FAILURE.

Frando commented 7 months ago

The failure seems unrelated to me?


error: unused import: `string::*`
Error:   --> moq-transport/src/coding/mod.rs:10:9
   |
10 | pub use string::*;
   |         ^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
kixelated commented 7 months ago

Sorry for the delay!