Docs.rs
rustwav-0.0.12
rustwav 0.0.12
Docs.rs crate page
LGPL-2.1
Links
Repository
crates.io
Source
Owners
0xAA55-rs
Dependencies
encoding ^0.2.33
normal
optional
id3 ^1.16.2
normal
optional
libflac-sys ^0.3.2
normal
optional
mp3lame-encoder ^0.2.1
normal
optional
opus ^0.3.0
normal
optional
rmp3 ^0.3.1
normal
optional
rustfft ^6.2.0
normal
tempfile ^3.18.0
normal
windows ^0.61.1
normal
Versions
0%
of the crate is documented
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_
lib
0.0.12
Reader
Implementors
In crate rustwav_
lib
rustwav_lib
Trait
Reader
Copy item path
Source
pub trait Reader:
Read
+
Seek
+
Debug
{ }
Implementors
§
Source
§
impl<T>
Reader
for T
where T:
Read
+
Seek
+
Debug
,