1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 19:51:06 +01:00
framework for composable networking services
Go to file
2022-10-17 04:27:34 +01:00
.cargo update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
.github update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
actix-codec update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
actix-macros update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
actix-rt update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
actix-server update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
actix-service use impl-more in -tls 2022-10-17 04:14:09 +01:00
actix-tls add macos test note 2022-10-17 04:27:34 +01:00
actix-tracing fix minimal versions 2022-07-23 01:47:59 +01:00
actix-utils update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
bytestring fix minimal versions for bytestring 2022-07-23 03:06:44 +01:00
local-channel update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
local-waker update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
.gitignore Migrate actix-net to std::future (#64) 2019-11-14 18:38:24 +06:00
Cargo.toml move router crate 2021-08-06 19:05:29 +01:00
clippy.toml update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
CODE_OF_CONDUCT.md Update CoC contact information 2020-10-31 12:08:06 +09:00
codecov.yml Disable PR comment from codecov 2020-12-17 21:42:21 +09: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 update readme 2022-03-08 21:12:46 +00:00
rustfmt.toml fmt with import grouping 2022-04-10 02:48:53 +01:00

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.