[](https://crates.io/crates/stumpless-sys)
[](https://github.com/goatshriek/stumpless-sys/actions/workflows/linux.yml)
[](https://github.com/goatshriek/stumpless-sys/actions/workflows/windows.yml)
[](https://github.com/goatshriek/stumpless-sys/actions/workflows/mac.yml)
[](https://gitter.im/stumpless/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://opensource.org/licenses/Apache-2.0)
**Rust Bindings for the Stumpless C API.**
## Stumpless Sys Crate
This crate provides FFI bindings (created via bindgen) of the
[Stumpless](https://github.com/goatshriek/stumpless) library. These bindings are
not very "rusty" though; if you want to use Stumpless from Rust code, check out
the stumpless crate which wraps some key functionality in a more natural
interface.