Crates.io | azalia-config |
lib.rs | azalia-config |
version | |
source | src |
created_at | 2025-03-30 03:18:50.776222+00 |
updated_at | 2025-04-04 21:53:56.864952+00 |
description | 🐻❄️🪚 Defines traits, types, and utilities for dealing with application configuration |
homepage | |
repository | https://github.com/Noelware/azalia |
max_upload_size | |
id | 1611994 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.