magika 0.2.2

Determines file content types using AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Magika

This library crate provides file content type detection using AI. A command-line interface (CLI) for
this library is provided by the [magika-cli](https://crates.io/crates/magika-cli) binary crate.

## Disclaimer

This project is not an official Google project. It is not supported by Google and Google
specifically disclaims all warranties as to its quality, merchantability, or fitness for a
particular purpose.

This `magika` library and the `magika-cli` binary are still unstable (as indicated by the major
version of zero) and new versions might introduce breaking changes (all changes will follow [cargo
semver compatibility](https://doc.rust-lang.org/cargo/reference/semver.html)). In particular,
version 0.1.0-rc.0 ships a new model in comparison to the Python binary and we would love feedback
on [GitHub](https://github.com/google/magika/issues).