3 releases
Uses new Rust 2024
0.2.4 | Apr 5, 2025 |
---|---|
0.2.3 | Mar 31, 2025 |
0.1.1 |
|
#1573 in HTTP server
575 downloads per month
Used in caslex
24KB
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
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–14MB
~181K SLoC