Skip to content

Latest commit

 

History

History

config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

🐻‍❄️🪚 azalia-config

The azalia-config crate provides useful Rust macros and traits to make configurations more easier.

libstd compatibility

This crate works without libstd present and can be useful for the merge feature of this crate. To disable libstd usage in this crate, use default-features = false in your Cargo.toml.

Note

This crate requires liballoc to be available.

# Cargo.toml:
[dependencies]
azalia-config = { version = "*", registry = "noelware", default-features = false }