Go to file
David McGillicuddy 2fa35dcf2c Revert "update other 1.46 MSRV referencing parts to 1.50"
This reverts commit 84e80f2c9e.
2022-01-10 16:24:58 +00:00
.cargo Revert "update other 1.46 MSRV referencing parts to 1.50" 2022-01-10 16:24:58 +00:00
.github Revert "update other 1.46 MSRV referencing parts to 1.50" 2022-01-10 16:24:58 +00:00
actix-codec prepare actix-codec release 0.4.2 2021-12-31 08:08:14 +00:00
actix-macros Revert "update other 1.46 MSRV referencing parts to 1.50" 2022-01-10 16:24:58 +00:00
actix-rt Revert "update other 1.46 MSRV referencing parts to 1.50" 2022-01-10 16:24:58 +00:00
actix-server prepare actix-server release 2.0.0-rc.3 2021-12-31 08:09:28 +00:00
actix-service Revert "update other 1.46 MSRV referencing parts to 1.50" 2022-01-10 16:24:58 +00:00
actix-tls replace str_split_once to lower msrv to 1.50.0 2022-01-06 12:33:40 +00:00
actix-tracing fix changelog bullet points 2021-12-18 02:49:23 +00:00
actix-utils fix changelog bullet points 2021-12-18 02:49:23 +00:00
bytestring fix changelog bullet points 2021-12-18 02:49:23 +00:00
local-channel bump tokio in local-channel dev deps 2021-12-31 08:06:41 +00:00
local-waker prepare local-waker release 0.1.2 2021-12-18 03:20:49 +00:00
.gitignore Migrate actix-net to std::future (#64) 2019-11-14 18:38:24 +06:00
CODE_OF_CONDUCT.md Update CoC contact information 2020-10-31 12:08:06 +09:00
Cargo.toml move router crate 2021-08-06 19:05:29 +01:00
LICENSE-APACHE amend licences 2021-04-16 02:08:44 +01:00
LICENSE-MIT amend licences 2021-04-16 02:08:44 +01:00
README.md replace str_split_once to lower msrv to 1.50.0 2022-01-06 12:33:40 +00:00
clippy.toml split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +01:00
codecov.yml Disable PR comment from codecov 2020-12-17 21:42:21 +09:00
rustfmt.toml standardize crate level lints 2021-12-08 06:09:46 +00:00

README.md

Actix Net

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

CI codecov Chat on Discord Dependency Status

Example

See actix-server/examples and actix-tls/examples for some basic examples.

MSRV

This repo's Minimum Supported Rust Version (MSRV) is 1.50.0.

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.