thumbsdb 0.1.2

Forensic library: parser and reader for Microsoft Thumbs.db file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "thumbsdb"
version = "0.1.2"
authors = ["Thomas BAILLEUX <thomas@bailleux.me>"]
license = "WTFPL"
description = "Forensic library: parser and reader for Microsoft Thumbs.db file"
homepage = "https://github.com/zadlg/thumbsdb"
keywords = ["thumbs", "thumbnail", "thumbsdb"]
categories = ["parser-implementations", "parsing"]
repository = "https://github.com/zadlg/thumbsdb.git"
readme = "README.md"

[lib]
name = "thumbsdb"

[dependencies]
ole = "0.1.14"