Docs.rs
rivet-codec-0.1.0
rivet-codec 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
elyerinfox
Dependencies
anyhow ^1
normal
audiopus ^0.3.0-rc.0
normal
bytes ^1
normal
ffmpeg-next ^7.1
normal
optional
lewton ^0.10
normal
libloading ^0.8
normal
minimp3 ^0.5
normal
mp4 ^0.14
normal
nvml-wrapper ^0.10
normal
rubato ^0.15
normal
thiserror ^2
normal
tracing ^0.1
normal
criterion ^0.5
dev
tracing-subscriber ^0.3
dev
Versions
37.12%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
codec/audio/encode/
mod.rs
1
//! Audio encoder implementations.
2
3
pub mod
opus;
4
5
pub use
opus::OpusEncoder;