#actix-web #utilities #course #string #characters #control #sanitize

actix-plus-utils

A library that integrates with actix-web to provide various miscelaneous utilities that are useful in the course of actix-web development

1 unstable release

0.1.0 Apr 5, 2021

#7 in #sanitize


Used in actix-plus-auth

MIT/Apache

19KB
180 lines

Overview

This crate simply provides various miscellaneous utilities that are useful in the course of actix-web development, like a function to sanitize control characters from a string (commonly used in user input). See the docs.rs documentation for a complete list of currently available functions.

License

Dual licenced under MIT or Apache-2.0 license, the same license as actix-web.


lib.rs:

Overview

This crate simply provides various miscellaneous utilities that are useful in the course of actix-web development, like a function to sanitize control characters from a string (commonly used in user input). See the docs.rs documentation for a complete list of currently available functions.

License

Dual licenced under MIT or Apache-2.0 license, the same license as actix-web.

Dependencies

~27MB
~587K SLoC