Skip to content

connorlay/hunspell-sys

 
 

Repository files navigation

hunspell-sys

Crate version Documentation Build Status

Rust bindings for the hunspell C API.

Building

By default hunspell-sys searches for a hunspell library installation with pkg-config.

Optionally, the bundled code of hunspell can be compiled with the cc crate. This behavior needs to activated by the bundled feature.

[dependencies]
hunspell-sys = { version = "0.2.1", features = ["bundled"] }

About

Rust bindings for the hunspell C API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 99.1%
  • C 0.9%