clawdentity-core 0.1.7

Core Rust library for Clawdentity identity, registry auth, relay, connector, and provider flows.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod did;
#[allow(clippy::module_inception)]
mod identity;
pub mod signing;

pub use config::*;
pub use did::*;
pub use identity::*;
pub use signing::*;