rd-interface 0.4.0

Just a stub
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub use address::{Address, IntoAddress};
pub use context::Context;
pub use error::{Error, Result, NOT_IMPLEMENTED};
pub use interface::*;
pub use registry::Registry;
pub use serde_json::Value;
pub use util::{CombineNet, NotImplementedNet};

mod address;
pub mod constant;
pub mod context;
pub mod error;
mod interface;
mod macros;
pub mod registry;
pub mod util;