Rust FFI bindings for [libembroidery]. This was made using [rust-bindgen].
[libembroidery] is included as a submodule,
so all you need to do is clone this repo and run in the cloned directory:
```
cargo build
```
To test the build, run the following:
```
cargo test
```