1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 21:51:06 +01:00
framework for composable networking services
Go to file
Ali MJ Al-Nasrawy 4e0dd091f5
Server: run after await (#426)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-12-05 19:22:47 +00:00
.cargo add timeout for accepting tls connections (#393) 2021-11-16 00:22:24 +00:00
.github fix io-uring feature for actix-server (#414) 2021-11-07 15:43:59 +00:00
actix-codec dedupe tls changelog 2021-12-04 19:51:33 +00:00
actix-macros fix test macro in presence of other imports named test (#399) 2021-10-19 16:13:13 +01:00
actix-rt tls doc updates 2021-11-28 00:56:15 +00:00
actix-server Server: run after await (#426) 2021-12-05 19:22:47 +00:00
actix-service fix auto-traits for service types (#397) 2021-12-04 22:30:04 +00:00
actix-tls dedupe tls changelog 2021-12-04 19:51:33 +00:00
actix-tracing prepare actix-utils release 3.0.0 (#342) 2021-04-17 02:00:36 +01:00
actix-utils add timeout for accepting tls connections (#393) 2021-11-16 00:22:24 +00:00
bytestring fix bytestring test on older rust versions 2021-11-28 01:19:57 +00:00
local-channel doc updates 2021-11-28 00:46:29 +00:00
local-waker doc updates 2021-11-28 00:46:29 +00: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 split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +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.