interledger-service 0.4.0

The core abstraction for the Interledger.rs implementation
1
2
3
4
5
mod token;
pub use token::Auth;

mod username;
pub use username::Username;