mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Added much documentation
This commit is contained in:
11
src/lib.rs
11
src/lib.rs
@@ -1,6 +1,17 @@
|
||||
extern crate encoding;
|
||||
extern crate byteorder;
|
||||
|
||||
/**!
|
||||
* bwavfile
|
||||
*
|
||||
* Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support
|
||||
*
|
||||
* This crate is currently a work-in-progress (I'm using it to teach myself
|
||||
* rust) so the interface may change dramatically and not all features work.
|
||||
*
|
||||
!*/
|
||||
|
||||
|
||||
mod parser;
|
||||
mod fourcc;
|
||||
mod errors;
|
||||
|
||||
Reference in New Issue
Block a user