lindera-binding-core 4.0.0

Shared FFI-independent helpers for the Lindera language bindings.
Documentation
  • Coverage
  • 91.01%
    81 out of 89 items documented0 out of 48 items with examples
  • Size
  • Source code size: 62.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • lindera/lindera
    644 58 12
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mosuka

FFI-independent helpers shared by the Lindera language bindings (lindera-python, lindera-php, lindera-ruby, lindera-nodejs, lindera-wasm).

Each binding wraps the core lindera crate for its own FFI layer (PyO3, ext-php-rs, magnus, napi, wasm-bindgen) and historically reimplemented the same pure-Rust conversion logic. This crate holds that shared logic as plain Rust so it can be unit-tested without any FFI toolchain.