[][src]Module riffu::eager::riff

Structs

Chunk

Represents a chunk inside a RIFF file that have been created eagerly. To create a lazy version, please see the Chunk created by RiffDisk. Note that this is an opaque type, to obtain its content, one must convert it into a ChunkContent.

ChunkId
ChunkIter

An iterator over the children of a Chunk.

ChunkType
Riff

An eager representation of a RIFF file.

Enums

ChunkContent

Represents the data that a Chunk contains. There are 3 possible values that any Chunk may hold.