Skip to content

docs: add actix-web-helmet crate to Community Crates#683

Merged
JohnTitor merged 2 commits intoactix:mainfrom
danielkov:patch-1
Mar 9, 2026
Merged

docs: add actix-web-helmet crate to Community Crates#683
JohnTitor merged 2 commits intoactix:mainfrom
danielkov:patch-1

Conversation

@danielkov
Copy link
Contributor

PR Type

Other

Overview

actix-web-helmet is a security middleware library, based on the popular Helmet package from the Node.JS/Express ecosystem. It's based on rust-helmet, a framework agnostic HTTP security header crate with sensible defaults for general application security.

Links

Added actix-web-helmet crate to the community crates list.
README.md Outdated
| [actix-settings] | [![crates.io](https://img.shields.io/crates/v/actix-settings?label=latest)](https://crates.io/crates/actix-settings) [![dependency status](https://deps.rs/crate/actix-settings/latest/status.svg)](https://deps.rs/crate/actix-settings) | Easily manage Actix Web's settings from a TOML file and environment variables. |
| [actix-web-httpauth] | [![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth) [![dependency status](https://deps.rs/crate/actix-web-httpauth/latest/status.svg)](https://deps.rs/crate/actix-web-httpauth) | HTTP authentication schemes. |
| [actix-ws] | [![crates.io](https://img.shields.io/crates/v/actix-ws?label=latest)][actix-ws] [![dependency status](https://deps.rs/crate/actix-ws/latest/status.svg)](https://deps.rs/crate/actix-ws) | WebSockets for Actix Web, without actors. |
| [tracing-actix-web] | [![crates.io](https://img.shields.io/crates/v/tracing-actix-web?label=latest)][tracing-actix-web] [![dependency status](https://deps.rs/crate/tracing-actix-web/latest/status.svg)](https://deps.rs/crate/tracing-actix-web) | A security middleware library for popular Rust web frameworks, with first-class `actix` support. |
Copy link
Member

@JohnTitor JohnTitor Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You changed the description mistakenly of tracing-actix-web. Also do not introduce formatting changes, it makes harder to review.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies, fixed

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JohnTitor JohnTitor added this pull request to the merge queue Mar 9, 2026
Merged via the queue into actix:main with commit f9c1c8e Mar 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants