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
pub const RIFF_ID: &[u8] = b"RIFF";
pub const LIST_ID: &[u8] = b"LIST";
pub const SEQT_ID_UPPERCASE: &[u8] = b"SEQT";
pub const SEQT_ID_LOWERCASE: &[u8] = b"seqt";