1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-02-12 15:45:33 +01:00

10 lines
308 B
Rust
Raw Normal View History

2020-12-28 03:32:28 +00:00
//! Various network related services and utilities for the Actix ecosystem.
#![deny(rust_2018_idioms, nonstandard_style)]
2019-12-02 22:30:09 +06:00
#![allow(clippy::type_complexity)]
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
#![doc(html_favicon_url = "https://actix.rs/favicon.ico")]
2019-07-19 11:03:16 +06:00
pub mod counter;
pub mod future;