zantetsu-ffi 0.2.0

DEPRECATED — unmaintained. FFI bindings removed in zantetsu 0.2.
Documentation
//! # 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`](https://crates.io/crates/zantetsu):
//!
//! ```toml
//! [dependencies]
//! zantetsu = "0.2"
//! ```