hashtree-cli 0.2.53

Hashtree daemon and CLI - content-addressed storage with P2P sync
Documentation
1
2
3
4
5
use crate::Config;

pub fn peer_router_enabled(_config: &Config) -> bool {
    false
}