riffu 4.0.1

" This crate provides utilities for reading and writing RIFF formatted files. A fork of the original library that provides an option to either eagerly or lazily read into the file.
Documentation
1
2
3
4
5
6
7
8
pub mod constants;
pub mod error;
pub mod fourcc;
pub mod riff;

pub use error::RiffError;
pub use fourcc::FourCC;
pub use riff::{Chunk, ChunkIter, Riff};