libmagic-rs 0.3.2

A pure-Rust implementation of libmagic for file type identification
Documentation
1
2
3
4
5
6
7
8
9
[toolchain]
channel = "stable"
components = [ "rustfmt", "clippy", "llvm-tools-preview" ]
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
    "x86_64-pc-windows-msvc",
]