Docs.rs
rustwav-0.0.16
rustwav 0.0.16
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
0xAA55-rs
Dependencies
encoding ^0.2.33
normal
optional
flac-rs ^0.0.6
normal
optional
id3 ^1.16.2
normal
optional
mp3lame-encoder ^0.2.1
normal
optional
opus ^0.3.0
normal
optional
resampler-rs ^0.0.1
normal
rmp3 ^0.3.1
normal
optional
sampletypes ^0.0.7
normal
tempfile ^3.18.0
normal
windows ^0.61.1
normal
Versions
28.84%
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
rustwav
0.0.16
Reader
Sections
The
Reader
trait,
Read + Seek + Debug
Implementors
In crate rustwav
rustwav
Trait
Reader
Copy item path
Source
pub trait Reader:
Read
+
Seek
+
Debug
{ }
Expand description
§
The
Reader
trait,
Read + Seek + Debug
Implementors
§
Source
§
impl<T>
Reader
for T
where T:
Read
+
Seek
+
Debug
,