librebar 0.1.0

Opinionated application foundation for Rust CLIs and services
Documentation
1
2
3
4
5
6
7
8
#![allow(missing_docs)]
#![cfg(feature = "bench")]

#[test]
fn bench_module_compiles() {
    // Verify the module is accessible
    let _ = std::any::type_name::<librebar::bench::BenchConfig>();
}