| Crates.io | hotaru_lib |
| lib.rs | hotaru_lib |
| version | 0.7.3 |
| created_at | 2025-11-21 15:41:54.612831+00 |
| updated_at | 2025-11-21 15:41:54.612831+00 |
| description | Small, sweet, easy framework for full-stack web application |
| homepage | |
| repository | https://github.com/Field-of-Dreams-Studio/hotaru |
| max_upload_size | |
| id | 1943728 |
| size | 35,785 |
Utility library for the Hotaru web framework, providing common functionality for URL encoding, compression, encryption, and random string generation.
Add to your Cargo.toml:
[dependencies]
hotaru_lib = { version = "0.7.3", features = ["url_encoding", "compression"] }
| Feature | Description | Default |
|---|---|---|
url_encoding |
URL percent-encoding | ✓ |
random |
Random string generation | ✓ |
compression |
gzip, brotli, zstd support | |
ende |
Encryption/decryption |
MIT License
This is a utility crate for the Hotaru web framework.
Learn more: https://fds.rs