eternal 0.3.2

The Eternal Framework
Documentation
#![allow(clippy::cognitive_complexity, warnings)]
#![warn(
    missing_debug_implementations,
    missing_docs,
    rust_2018_idioms,
    unreachable_pub
)]


#[macro_use]
extern crate log;

#[doc(hidden)]
pub use eternal_macro::*;
pub mod client;
pub mod connect;
pub mod http;
pub mod router;
pub mod secure;
pub mod util;
pub mod web;
pub mod ws;