No description
Find a file
2026-09-15 15:17:25 +02:00
config_loader Reduce allocation 2026-07-31 11:26:03 +02:00
email_sender Add email_sender crate 2026-05-14 13:17:58 +02:00
embedded_fs Fix missing / 2026-07-31 13:53:01 +02:00
embedded_fs_macro Fix embedded_fs 2026-07-31 13:44:15 +02:00
file_database Don't hold database lock while writing to disk 2026-08-29 13:30:09 +02:00
web_utils Move named_routes implementation to https://git.sitegui.dev/sitegui/typed_web_routes 2026-09-15 15:17:25 +02:00
.gitignore Initial commit 2025-10-28 22:01:14 +01:00
Cargo.lock Move named_routes implementation to https://git.sitegui.dev/sitegui/typed_web_routes 2026-09-15 15:17:25 +02:00
Cargo.toml Move named_routes implementation to https://git.sitegui.dev/sitegui/typed_web_routes 2026-09-15 15:17:25 +02:00
README.md Add example 2025-10-28 22:16:02 +01:00
rust-toolchain Initial commit 2025-10-28 22:01:14 +01:00

Rust commons

My set of common Rust utilities.

Example:

config = { version = "0.1.0", git = "https://git.sitegui.dev/sitegui/rust-commons.git" }