Go to file
Rob Ede f4d2958563
address clippy a different way
2021-03-30 11:52:46 +01:00
.cargo remove unused utils deps 2021-03-29 11:47:36 +01:00
.github unvendor openssl (#292) 2021-03-17 00:26:04 +00:00
actix-codec remove dispatcher from codec 2021-03-30 11:37:00 +01:00
actix-macros use new crates 2021-03-29 10:24:07 +01:00
actix-router Add native tls support for actix_tls::connect module (#295) 2021-03-27 00:20:17 +00:00
actix-rt prepare actix-rt release 2.2.0 2021-03-29 06:57:14 +01:00
actix-server remove dispatcher from codec 2021-03-30 11:37:00 +01:00
actix-service address clippy a different way 2021-03-30 11:52:46 +01:00
actix-tls prepare actix-tls release 3.0.0-beta.5 2021-03-29 06:57:47 +01:00
actix-tracing use new crates 2021-03-29 10:24:07 +01:00
actix-utils remove timeout mod 2021-03-30 03:09:35 +01:00
bytestring prepare next set of betas (#273) 2021-02-06 19:24:52 +00:00
local-channel use new crates 2021-03-29 10:24:07 +01:00
local-waker use new crates 2021-03-29 10:24:07 +01: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 add local-channel crate 2021-03-29 10:24:06 +01:00
LICENSE-APACHE initial import 2018-08-19 10:47:04 -07:00
LICENSE-MIT initial import 2018-08-19 10:47:04 -07:00
README.md update readme 2020-12-31 02:52:55 +00:00
codecov.yml Disable PR comment from codecov 2020-12-17 21:42:21 +09:00
rustfmt.toml update tests 2018-11-29 17:17:02 -10:00

README.md

Actix Net

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

Apache 2.0 or MIT licensed codecov Chat on Discord

Build statuses

Platform Build Status
Linux build status
macOS build status
Windows build status
Windows (MinGW) build 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.46.0.

License

This project is 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.