11 releases

0.2.4 Jul 19, 2023
0.2.3 Oct 19, 2021
0.2.1 Jun 8, 2021
0.2.0 Feb 3, 2021
0.1.1 Dec 14, 2019

#1773 in Network programming

Download history 171563/week @ 2024-01-06 173015/week @ 2024-01-13 183491/week @ 2024-01-20 172825/week @ 2024-01-27 173425/week @ 2024-02-03 180443/week @ 2024-02-10 173406/week @ 2024-02-17 196220/week @ 2024-02-24 200860/week @ 2024-03-02 193317/week @ 2024-03-09 191756/week @ 2024-03-16 195478/week @ 2024-03-23 213667/week @ 2024-03-30 206709/week @ 2024-04-06 214217/week @ 2024-04-13 190458/week @ 2024-04-20

856,403 downloads per month
Used in 392 crates (8 directly)

MIT/Apache

9KB
163 lines

Actix Net

A collection of lower-level libraries for composable network services.

CI codecov Chat on Discord Dependency Status

Examples

See example folders for actix-server and actix-tls.

MSRV

Crates in this repo currently have a Minimum Supported Rust Version (MSRV) of 1.65. As a policy, we permit MSRV increases in non-breaking releases.

License

The crates in repo are licensed under either of:

at your option.

Code of Conduct

Contribution to the actix-net repo is organized under the terms of the Contributor Covenant. The Actix team promises to intervene to uphold that code of conduct.


lib.rs:

Macros for Actix system and runtime.

The actix-rt crate must be available for macro output to compile.

Entry-point

See docs for the #[main] macro.

Tests

See docs for the #[test] macro.

Dependencies

~260–700KB
~17K SLoC