zantetsu
Unified public API for Zantetsu.
Features
- Parse anime filenames through the heuristic and neural parser stack
- Match parsed titles through local Kitsu dumps or a remote endpoint
- Re-export the core types needed by downstream applications
Crates
zantetsu- unified API surfacezantetsu-core- parsing enginezantetsu-vecdb- canonical title matchingzantetsu-trainer- training workflowszantetsu-ffi- Node/Python/C bindings
Usage
use ;
let engine = new.unwrap;
let parsed = engine.parse.unwrap;
let matcher = new.unwrap;
let best = matcher.match_title.unwrap;
assert!;
License
MIT