Expand description
§zantetsu-ffi — DEPRECATED
This crate is unmaintained and will receive no further updates.
The Node.js, Python, and C FFI bindings it provided have been removed
as part of zantetsu 0.2, which refocused the project on its core
Rust library. There is no replacement for zantetsu-ffi.
§Migration
Remove zantetsu-ffi from your Cargo.toml.
If you were using zantetsu for anime filename parsing from Rust, switch to
zantetsu 0.2:
[dependencies]
zantetsu = "0.2"