tsp_sdk 0.9.0-alpha2

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

pub(crate) mod peer;

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

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

#[cfg(feature = "resolve")]
pub use web::get_resolve_url;