reinda 0.3.0

Easily embed and manage your assets for your web application to build standalone-executables. Offers filename hashing, templating, compression and more.
Documentation
1
2
3
4
5
6
fn main() {
    cfg_aliases::cfg_aliases! {
        prod_mode: { any(not(debug_assertions), feature = "always-prod") },
        dev_mode: { not(prod_mode) },
    }
}