anni-flac 0.2.2

FLAC parser implemented for Project Anni.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
extern crate num_derive;

mod header;
mod utils;

pub use header::*;

pub mod blocks;
pub mod error;
pub mod frames;
pub mod prelude;