caslex-extra 0.2.6

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

![GitHub CI](https://github.com/mkbeh/rust-simple-chat/actions/workflows/ci.yml/badge.svg)
[![Latest Version](https://img.shields.io/crates/v/caslex-extra.svg)](https://crates.io/crates/caslex-extra)
[![Documentation](https://docs.rs/caslex-extra/badge.svg)](https://docs.rs/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](https://github.com/mkbeh/caslex/tree/main/caslex/LICENSE).