mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-07 13:34:24 +01:00
10 lines
292 B
Rust
10 lines
292 B
Rust
//! Various utilities used in the Actix ecosystem.
|
|
|
|
#![deny(rust_2018_idioms, nonstandard_style)]
|
|
#![warn(future_incompatible, missing_docs)]
|
|
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
|
|
#![doc(html_favicon_url = "https://actix.rs/favicon.ico")]
|
|
|
|
pub mod counter;
|
|
pub mod future;
|