1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-28 01:52:57 +01:00
framework for composable networking services
Go to file
2024-11-24 00:55:18 +00:00
.cargo chore: prepare actix-tls release v3.4.0 2024-05-18 18:14:26 +01:00
.github feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-codec feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-macros feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-rt feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-server feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-service feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-tls feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-tracing feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
actix-utils feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
bytestring feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
local-channel feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
local-waker feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
scripts remove num_cpus dependency (#488) 2023-08-24 00:56:31 +01:00
.envrc build: add nix flake 2024-08-04 22:39:19 +01:00
.gitignore build: add nix flake 2024-08-04 22:39:19 +01:00
.rustfmt.toml bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
Cargo.toml feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
CODE_OF_CONDUCT.md format changelogs with prettier 2023-03-03 22:36:13 +00:00
codecov.yml chore: overspecified deps 2024-07-20 18:00:39 +01:00
flake.lock build: add nix flake 2024-08-04 22:39:19 +01:00
flake.nix build: add nix flake 2024-08-04 22:39:19 +01:00
justfile build: add nix flake 2024-08-04 22:39:19 +01: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 bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +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

Crates in this repo currently have a Minimum Supported Rust Version (MSRV) of 1.65. 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.