[go: up one dir, main page]

infer 0.2.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
[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"]
license = "MIT"
name = "infer"
readme = "README.md"
repository = "https://github.com/bojand/infer"
version = "0.2.3"