caslex-extra 0.2.0

Tools for creating web services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# caslex

[![Latest Version](https://img.shields.io/crates/v/caslex-http.svg)](https://crates.io/crates/caslex-http)

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](https://github.com/mkbeh/caslex/tree/main/caslex/LICENSE).