1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-04-04 14:18:03 +02:00
2024-12-29 14:27:58 +00:00

8 lines
202 B
Rust

//! Various utilities used in the Actix ecosystem.
#![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;