Crates.io | azalia-config |
lib.rs | azalia-config |
version | 0.1.10 |
created_at | 2025-03-30 03:18:50.776222+00 |
updated_at | 2025-08-20 18:25:03.310458+00 |
description | 🐻❄️🪚 Defines traits, types, and utilities for dealing with application configuration |
homepage | |
repository | https://github.com/Noelware/azalia |
max_upload_size | |
id | 1611994 |
size | 80,714 |
azalia::config
The azalia_config Rust crate defines types and utilities dealing with application configuration.
[!NOTE] This crate supports no-std environments and no-alloc environments with features being disabled if either the
std
oralloc
crate features are excluded. Documentation indocs.rs
will give you information if a trait, function, or module requires either the std or alloc features.