Skip to main content

Crate raff

Crate raff 

Source

Modules§

prelude

Structs§

ChunkHeader
RaffApplicationHeader
RaffHeader
Tag
TagHeader

Constants§

RAFF_ICON
RAFF_MAJOR
RAFF_MINOR
RAFF_TEXT

Traits§

Deserialize
Serialize

Functions§

from_version
is_valid_tag_char
read_app_header
Reads an application header from the stream.
read_chunk_header
Reads a chunk header from the stream.
read_raff_header
Reads the RAFF header and application header from the stream.
to_version
write_app_header
Writes an application header to the stream.
write_chunk
Writes a chunk to the stream.
write_raff_header
Writes the RAFF header and application header to the stream.
write_raff_header_with_app
Writes the RAFF header with an application identifier string.