immeta 0.3.2

An image metadata parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "immeta"
version = "0.3.2"
authors = ["Vladimir Matveev <vladimir.matweev@gmail.com>"]
description = "An image metadata parsing library"
license = "MIT"
repository = "https://github.com/netvl/immeta"
documentation = "http://netvl.github.io/immeta/"
readme = "Readme.md"
keywords = ["image", "metadata"]

[dependencies]
byteorder = "0.5"
num = { version = "0.1", default-features = false }  # we don't need bigint and others here
arrayvec = "0.3"