libmagic-rs 0.8.0

A pure-Rust implementation of libmagic for file type identification
Documentation
1
2
3
4
5
6
7
8
9
# NOTICE

The files in this directory (`magic.mgc` and everything under `tests/`) come from the `file` / libmagic project (<https://github.com/file/file>) by Ian F. Darwin and Christos Zoulas (<https://www.darwinsys.com/file/>).

They are redistributed under the original license — see the accompanying COPYING file from upstream.

Their only purpose here is compatibility testing. The maintainers of this project did not write them.

Nothing else in the repo uses, embeds, or links libmagic. We keep these fixtures so we can compare our output against the original. Sincere thanks to Ian F. Darwin, Christos Zoulas, and the rest of the `file` / libmagic maintainers — this project would not be possible without theirs.