ftnet 0.1.0

FTNet: FifthTry Network
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod bb8;
mod create;
mod read;
mod run;

pub use bb8::get_endpoint;

#[derive(Debug)]
pub struct Identity {
    pub public_key: iroh::PublicKey,
}