No description
Find a file
2026-07-31 13:53:01 +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 Create missing data file if needed 2026-02-21 14:30:07 +01:00
web_utils Fix missing / 2026-07-31 13:53:01 +02:00
.gitignore Initial commit 2025-10-28 22:01:14 +01:00
Cargo.lock Implement embedded_fs 2026-07-31 13:11:20 +02:00
Cargo.toml Implement embedded_fs 2026-07-31 13:11:20 +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" }