openassets-tapyrus 0.2.4

The implementation of the Open Assets Protocol for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
extern crate bitcoin_hashes;
extern crate byteorder;
extern crate core;
extern crate hex;
extern crate serde;
extern crate tapyrus;
#[macro_use]
extern crate serde_json;

pub mod openassets;