#![deny(missing_docs)]//! The core components of the talpidaemon VPN client.#[cfg(test)]#[macro_use]externcrateassert_matches;externcrateclonablechild;#[macro_use]externcrateerror_chain;/// Working with processes.pubmodprocess;/// Network primitives.pubmodnet;