tsp_sdk 0.8.0

Rust implementation of the Trust Spanning Protocol
Documentation
1
2
3
4
5
6
7
8
pub(crate) const SCHEME: &str = "did";

pub(crate) mod peer;

#[cfg(feature = "resolve")]
pub mod web;

pub use web::get_resolve_url;