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

#5 in #lower-level

Download history 346360/week @ 2024-11-17 260404/week @ 2024-11-24 291541/week @ 2024-12-01 391749/week @ 2024-12-08 324273/week @ 2024-12-15 118615/week @ 2024-12-22 165761/week @ 2024-12-29 333410/week @ 2025-01-05 354170/week @ 2025-01-12 297473/week @ 2025-01-19 332330/week @ 2025-01-26 368939/week @ 2025-02-02 370145/week @ 2025-02-09 348066/week @ 2025-02-16 420361/week @ 2025-02-23 392877/week @ 2025-03-02

1,548,602 downloads per month
Used in 412 crates (10 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

~195–620KB
~15K SLoC