ftnet 0.1.0

FTNet: FifthTry Network
Documentation
1
2
3
4
5
6
7
8
9
pub mod dotftnet;
mod identities;
mod read;

#[derive(Debug)]
pub struct Config {
    pub dir: std::path::PathBuf,
    lock_file: std::fs::File,
}