thumbscache 1.0.3

A simple Rust libary which allows you to parse the contents of a thumbscache database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.thiserror]
version = "1.0"

[package]
categories = ["parsing", "parser-implementations"]
description = "A simple Rust libary which allows you to parse the contents of a thumbscache database"
edition = "2021"
keywords = ["thumbscache", "thumbnail"]
license = "MIT"
name = "thumbscache"
readme = "README.md"
repository = "https://github.com/Zeunig/thumbscache_rs/"
version = "1.0.3"