zantetsu-vecdb
Canonical title matching for parsed anime names.
Crates
zantetsu- unified API surfacezantetsu-core- parsing enginezantetsu-vecdb- canonical title matchingzantetsu-trainer- training workflowszantetsu-ffi- Node/Python/C bindings
Features
- Local Kitsu Dumps: Read
latest.sqlorlatest.sql.gzdirectly from thekitsu-syncdump directory - Remote Endpoint: Query a remote GraphQL endpoint when the client prefers live API data
- Fuzzy Matching: Score aliases locally so the crate API stays consistent across both backends
- Canonical IDs: Return Kitsu, AniList-compatible, and MAL ids when they are available
Usage
use ;
let matcher = new
.unwrap;
let best = matcher.match_title.unwrap.unwrap;
assert_eq!;
use ;
let matcher = new.unwrap;
let best = matcher.match_title.unwrap.unwrap;
println!;
License
MIT