tnnl 0.1.17

tnnl gives you full control over whether and when your IoT devices should be reachable from the internet
1
2
3
4
5
6
7
use std::process::ExitCode;

use tnnl::tnnl_main;

pub fn main() -> ExitCode {
    tnnl_main()
}