hotaru_lib

Crates.iohotaru_lib
lib.rshotaru_lib
version0.7.3
created_at2025-11-21 15:41:54.612831+00
updated_at2025-11-21 15:41:54.612831+00
descriptionSmall, sweet, easy framework for full-stack web application
homepage
repositoryhttps://github.com/Field-of-Dreams-Studio/hotaru
max_upload_size
id1943728
size35,785
(JerrySu5379)

documentation

README

hotaru_lib

Crates.io MIT License

Utility library for the Hotaru web framework, providing common functionality for URL encoding, compression, encryption, and random string generation.

Features

  • url_encoding - URL percent-encoding utilities
  • compression - Support for gzip, brotli, and zstd compression
  • ende - Encryption/decryption using AES-GCM and PBKDF2
  • random - Secure random string generation

Usage

Add to your Cargo.toml:

[dependencies]
hotaru_lib = { version = "0.7.3", features = ["url_encoding", "compression"] }

Feature Flags

Feature Description Default
url_encoding URL percent-encoding
random Random string generation
compression gzip, brotli, zstd support
ende Encryption/decryption

License

MIT License

Part of Hotaru Framework

This is a utility crate for the Hotaru web framework.

Learn more: https://fds.rs

Commit count: 9

cargo fmt