MemeDB Core
Rust library for reading and writing tags to media files, specifically for the use of categorizing memes.
memedb_core reads and writes tags to common image and video formats. The objective of the library is for front-end applications to use it as a way to categorize and organize a user's meme collection.
Formats
| Format | Status |
|---|---|
| PNG | Supported (via ancilliary chunk) |
| JPEG | Supported (via EXIF) |
| GIF | Supported (via application extension) |
| WEBM | Planned to support |