vertigo-macro 0.11.4

Reactive Real-DOM library with SSR for Rust - macros
Documentation
1
2
3
4
5
6
7
pub fn build_profile() -> &'static str {
    env!("VERTIGO_PROFILE")
}

pub fn release_build() -> bool {
    build_profile() == "release"
}