alpine-protocol-sdk 0.2.2

High-level SDK on top of the ALPINE protocol layer.
Documentation
1
2
3
4
5
pub mod client;
pub mod runner;

pub use client::{DiscoveryClient, DiscoveryClientOptions, DiscoveryError, DiscoveryOutcome};
pub use runner::{DiscoveryRunError, DiscoveryRunOptions, run_discovery, run_discovery_with_options};