b12od 0.1.3

Bolt12 Offer Decoding Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Bolt12 Offer Decoding Library

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).