Rust binding for the [Bolt12 Offer Decoding Library](https://github.com/21M4TW/b12od). The library can be built using the rust_binding target from the
main directory of the repository.
It can then be tested using:
```
cargo test --lib
```
Sample code is also located in [src/main.rs](https://github.com/21M4TW/b12od/tree/src/main.rs).