#![deny(missing_docs)] //! The core components of the talpidaemon VPN client. /// Working with processes. pub mod process; #[cfg(test)] mod tests { #[test] fn it_works() {} }