akuna-infer 0.1.0

Magika file-type detection with Burn
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[allow(dead_code)]
#[path = "rust/lib/src/file.rs"]
pub(crate) mod file;

#[allow(dead_code)]
#[path = "rust/lib/src/content.rs"]
pub(crate) mod content;

#[allow(dead_code)]
#[path = "rust/lib/src/model.rs"]
pub(crate) mod model;