1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 16:52:58 +01:00
framework for composable networking services
Go to file
2020-12-31 02:52:55 +00:00
.github service improvements (#233) 2020-12-27 14:15:42 +00:00
actix-codec prepare codec release 0.4.0-beta.1 2020-12-28 03:24:43 +00:00
actix-macros standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
actix-router move router to actix-router 2020-12-31 02:29:27 +00:00
actix-rt prepare release for rt and service 2020-12-28 01:58:31 +00:00
actix-server merge actix-testing into actix-server (#242) 2020-12-29 21:20:24 +00:00
actix-service merge actix-testing into actix-server (#242) 2020-12-29 21:20:24 +00:00
actix-threadpool fix actix-tls tests (#241) 2020-12-29 11:36:17 +00:00
actix-tls tokio 1.0 and mio 0.7 (#204) 2020-12-30 22:11:50 +00:00
actix-tracing use correct service version for tracing 2020-12-29 00:08:59 +00:00
actix-utils prepare utils release 3.0.0-beta.1 2020-12-28 03:32:28 +00:00
bytestring use bytestring crate name as dir name 2020-12-31 02:21:50 +00:00
.gitignore Migrate actix-net to std::future (#64) 2019-11-14 18:38:24 +06:00
Cargo.toml move router to actix-router 2020-12-31 02:29:27 +00: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 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
rustfmt.toml update tests 2018-11-29 17:17:02 -10:00

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.