7 releases

Uses new Rust 2024

new 0.2.8 Oct 17, 2025
0.2.7 Sep 5, 2025
0.2.6 Aug 6, 2025
0.2.5 Jun 12, 2025
0.1.1 Mar 29, 2025

#2058 in HTTP server

24 downloads per month
Used in caslex

MIT license

26KB
283 lines

Extra tools for creating web services.

Examples

The caslex repo contains a number of examples that show how to put all the pieces together.

Feature flags

caslex uses a set of feature flags to reduce the amount of compiled and optional dependencies.

The following optional features are available:

Name Description Default?
jwt Enables jwt supporting No
postgres Enables postgres pool No
observability Enables tracing and logging supporting No

caslex-extra

GitHub CI Latest Version Documentation

Extra tools for creating web services.

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

License

This project is licensed under the MIT license.

Dependencies

~2–18MB
~184K SLoC