Skip to content

A tiny parser for RIFF files, primarily for embedded use.

License

Notifications You must be signed in to change notification settings

industry-advance/tiny_riff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny_riff

This library aims to provide (currently planned to be read-only) support for the RIFF file format.

It's primarily designed for bare-metal embedded environments (the primary target is the GBA, for loading assets in a game I'm making). Therefore, std::io APIs are not used (if you can use them, consider using this crate instead, which also supports writing).

The API is very simplistic. You supply a slice which contains the data, and get back a RiffReader which you can then extract chunks out of, either by name or by iterating over each chunk.

About

A tiny parser for RIFF files, primarily for embedded use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published