[go: up one dir, main page]

infer 0.1.3

Small crate to infer file types based on its magic number signature
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "infer"
version = "0.1.3"
authors = ["Bojan <dbojan@gmail.com>"]
edition = "2018"
description = "Small crate to infer file types based on its magic number signature"
license = "MIT"
keywords = ["magic-number", "filetype", "mime", "mime-types"]
readme = "README.md"
homepage = "https://github.com/bojand/infer"
repository = "https://github.com/bojand/infer"
documentation = "https://github.com/bojand/infer"
exclude = ["testdata/*", "tests/*"]

[dependencies]
byteorder = "1"