1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 17:51:06 +01:00
framework for composable networking services
Go to file
dependabot[bot] 64fa2f8462
build(deps): bump taiki-e/install-action from 2.38.1 to 2.39.1 (#574)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.38.1 to 2.39.1.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/v2.38.1...v2.39.1)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 20:52:59 +00:00
.cargo chore: prepare actix-tls release v3.4.0 2024-05-18 18:14:26 +01:00
.github build(deps): bump taiki-e/install-action from 2.38.1 to 2.39.1 (#574) 2024-06-17 20:52:59 +00:00
actix-codec chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
actix-macros chore: switch to rustversion-msrv 2024-05-12 18:24:37 +01:00
actix-rt docs: update changelog 2024-06-09 18:08:53 +01:00
actix-server Fix logging "starting service:..." (#573) 2024-06-14 17:11:32 +00:00
actix-service chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
actix-tls --- (#562) 2024-05-20 19:06:51 +00:00
actix-tracing chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
actix-utils chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
bytestring chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
local-channel chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
local-waker chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
scripts remove num_cpus dependency (#488) 2023-08-24 00:56:31 +01:00
.gitignore Migrate actix-net to std::future (#64) 2019-11-14 18:38:24 +06:00
.rustfmt.toml bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
Cargo.toml chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
CODE_OF_CONDUCT.md format changelogs with prettier 2023-03-03 22:36:13 +00:00
codecov.yml Disable PR comment from codecov 2020-12-17 21:42:21 +09:00
justfile fix: relax bounds on with_tokio_rt (#569) 2024-06-09 07:12:24 +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.