bastion 0.1.4-alpha.1

Fault-tolerant Runtime for Rust applications
Documentation
1
2
3
4
5
6
7
use log::LevelFilter;

#[derive(Clone, Copy)]
pub struct BastionConfig {
    pub log_level: LevelFilter,
    pub in_test: bool,
}