infer 0.5.0

Small crate to infer file types based on its magic number signature
Documentation
[[example]]
name = "file"
path = "examples/file.rs"
required-features = ["std"]
[dependencies.cfb]
optional = true
version = "0.4.0"

[features]
alloc = []
default = ["std"]
std = ["alloc", "cfb"]

[package]
authors = ["Bojan <dbojan@gmail.com>"]
description = "Small crate to infer file types based on its magic number signature"
documentation = "https://docs.rs/infer"
edition = "2018"
exclude = ["testdata/*", "tests/*"]
homepage = "https://github.com/bojand/infer"
keywords = ["magic-number", "filetype", "mime", "mime-types", "no_std"]
license = "MIT"
name = "infer"
readme = "README.md"
repository = "https://github.com/bojand/infer"
version = "0.5.0"