#network #tls #ssl #async #transport

actix-tls

TLS acceptor and connector services for Actix ecosystem

21 releases (6 stable)

3.0.3 Feb 15, 2022
3.0.0 Dec 26, 2021
3.0.0-rc.1 Nov 30, 2021
3.0.0-beta.5 Mar 29, 2021
1.0.0 Dec 11, 2019

#1639 in Network programming

Download history 32782/week @ 2022-12-01 34205/week @ 2022-12-08 35115/week @ 2022-12-15 19707/week @ 2022-12-22 21763/week @ 2022-12-29 33094/week @ 2023-01-05 37479/week @ 2023-01-12 36971/week @ 2023-01-19 39278/week @ 2023-01-26 38371/week @ 2023-02-02 44133/week @ 2023-02-09 42325/week @ 2023-02-16 42440/week @ 2023-02-23 51576/week @ 2023-03-02 45395/week @ 2023-03-09 40776/week @ 2023-03-16

189,335 downloads per month
Used in 373 crates (9 directly)

MIT/Apache

240KB
6K SLoC

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

Most crates in this repo's have a Minimum Supported Rust Version (MSRV) of 1.49.0. Only actix-tls and actix-server have MSRV of 1.54.0. 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:

TLS acceptor and connector services for the Actix ecosystem.

Dependencies

~3–12MB
~203K SLoC