1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00
framework for composable networking services
Go to file
2021-10-04 02:48:10 +01:00
.cargo run doc test in parallel (#387) 2021-09-01 21:30:26 +01:00
.github run doc test in parallel (#387) 2021-09-01 21:30:26 +01:00
actix-codec run doc test in parallel (#387) 2021-09-01 21:30:26 +01:00
actix-macros prepare macros release 0.2.1 2021-06-08 17:48:30 +01:00
actix-rt spawn should allow futures with non-unit outputs (#369) 2021-09-01 21:51:03 +01:00
actix-server server: Don't listen for SIGHUP (#389) 2021-10-04 02:48:10 +01:00
actix-service Fix Service<u8> request documentation (#388) 2021-09-26 01:30:11 +01:00
actix-tls clippy 2021-09-01 20:59:54 +01:00
actix-tracing prepare actix-utils release 3.0.0 (#342) 2021-04-17 02:00:36 +01:00
actix-utils prepare actix-utils release 3.0.0 (#342) 2021-04-17 02:00:36 +01:00
bytestring prepare next set of betas (#273) 2021-02-06 19:24:52 +00:00
local-channel fix local waker metadata 2021-04-01 09:01:56 +01:00
local-waker fix local waker metadata 2021-04-01 09:01:56 +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
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 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.