cranpose-foundation 0.1.164

Modifiers, nodes, and foundation elements for Cranpose
Documentation
1
2
3
4
5
6
7
pub(super) fn telemetry_enabled() -> bool {
    std::env::var_os("CRANPOSE_LAZY_MEASURE_TELEMETRY").is_some()
}

#[cfg(test)]
#[path = "tests/diagnostics_tests.rs"]
mod tests;