zantetsu-ffi 0.2.0

DEPRECATED — unmaintained. FFI bindings removed in zantetsu 0.2.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 982.88 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 1m 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • enrell

zantetsu-ffi — DEPRECATED

This crate is unmaintained and will receive no further updates.

The Node.js, Python, and C FFI bindings it provided were removed in 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"