38 releases (10 stable)

3.0.1 Oct 21, 2022
3.0.0 Apr 17, 2021
3.0.0-beta.2 Feb 6, 2021
3.0.0-beta.1 Dec 28, 2020
0.1.0 Dec 11, 2018

#1184 in Network programming

Download history 265911/week @ 2024-09-14 316339/week @ 2024-09-21 314438/week @ 2024-09-28 332083/week @ 2024-10-05 326697/week @ 2024-10-12 349796/week @ 2024-10-19 356034/week @ 2024-10-26 338944/week @ 2024-11-02 345320/week @ 2024-11-09 337109/week @ 2024-11-16 254031/week @ 2024-11-23 277115/week @ 2024-11-30 385971/week @ 2024-12-07 321562/week @ 2024-12-14 117329/week @ 2024-12-21 112150/week @ 2024-12-28

982,138 downloads per month
Used in 1,257 crates (55 directly)

MIT/Apache

20KB
312 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:

Various utilities used in the Actix ecosystem.

Dependencies

~47KB