Expand description
§MemeDB
A Rust library for reading and writing tags to media streams.
The library exposes the general purpose read_tags
and write_tags
functions, which try
to heuristically detect the format of the source. For more specific use cases, each module in
the library exposes specific read_tags
and write_tags
functions for each format.
Modules§
- gif
- Graphics Interchange Format
- isobmff
- ISO Base Media File Format
- jpeg
- Joint Photographic Experts Group
- png
- Portable Network Graphics
- riff
- Resource Interchange File Format
Enums§
- Error
- A possible error returned by a
read_tags
orwrite_tags
function. - Format
- One of the possible formats identified by
identify_format
.
Functions§
- identify_
format - Attempts to identify the format of a given
src
. - read_
tags - Given a
src
, return the tags (if any) contained inside. - write_
tags - Read data from
src
, set the providedtags
, and write todest