Files
nym/clients/client-core/src/lib.rs
T
Jon Häggblad 97f77c4549 client: consolidate and de-duplicate initialization between clients and nym-connect (#1405)
* clients: consolidate and dedup init logic between clients and nym-connect

* changelog: add note

* connect: tweak print
2022-06-27 18:03:56 +02:00

4 lines
46 B
Rust

pub mod client;
pub mod config;
pub mod init;