ucan 0.4.0

Implement UCAN-based authorization with conciseness and ease!
Documentation
1
2
3
4
5
6
pub mod did;
mod key;
mod signature;

pub use key::*;
pub use signature::*;