Actix network framework - vendored from https://github.com/actix/actix-net
  • Rust 98.4%
  • Just 0.9%
  • Shell 0.5%
  • Nix 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-13 10:56:31 +02:00
.cargo chore: prepare actix-tls release v3.4.0 2024-05-18 18:14:26 +01:00
.github chore: setup cargo-deny (#851) 2026-04-08 14:26:35 +00:00
.vscode refactor: inline format args 2025-08-29 00:57:13 +01:00
actix-codec fix(codec): add line length limit to LineCodec (#817) 2026-02-14 11:20:34 +09:00
actix-macros chore: sync dependencies (monorepo) 2026-04-13 10:56:31 +02:00
actix-rt chore(*): fix clippy warnings (#813) 2026-02-09 07:14:46 +09:00
actix-server chore(*): fix clippy warnings (#813) 2026-02-09 07:14:46 +09:00
actix-service perf: eliminate recursive call and unnecessary Option (#814) 2026-02-09 11:46:41 +00:00
actix-tls Fix RUSTSEC-2026-0049: update rustls-webpki to 0.103.10 (#839) 2026-03-24 13:04:14 +00:00
actix-tracing chore: prefer core::future::{ready, Ready} (#800) 2026-02-01 20:56:45 +09:00
actix-utils chore: prefer core::future::{ready, Ready} (#800) 2026-02-01 20:56:45 +09:00
bytestring perf(bytestring): improve From<ByteString> for String performance (#852) 2026-04-11 20:36:24 +09:00
local-channel feat: upgrade MSRV to 1.88 (#799) 2026-02-01 14:24:58 +09:00
local-waker local-waker (perf): Avoid Waker::clone on 2nd registration (#783) 2026-02-01 22:02:17 +00:00
scripts remove num_cpus dependency (#488) 2023-08-24 00:56:31 +01:00
.clippy.toml refactor: inline format args 2025-08-29 00:57:13 +01:00
.cspell.yml chore(bytestring): prepare release 1.5.0 2025-09-15 09:13:23 +01:00
.envrc build: add nix flake 2024-08-04 22:39:19 +01:00
.gitignore chore: check lockfile in 2025-03-08 17:24:28 +00:00
.rustfmt.toml bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
.taplo.toml chore: fmt project 2024-12-29 14:27:58 +00:00
Cargo.lock chore: setup cargo-deny (#851) 2026-04-08 14:26:35 +00:00
Cargo.toml feat: upgrade MSRV to 1.88 (#799) 2026-02-01 14:24:58 +09: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
deny.toml chore: setup cargo-deny (#851) 2026-04-08 14:26:35 +00: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 feat: upgrade MSRV to 1.88 (#799) 2026-02-01 14:24:58 +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 feat: upgrade MSRV to 1.88 (#799) 2026-02-01 14:24:58 +09: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.88. 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.