bastion 0.1.2

Fault-tolerant Runtime for Rust applications
Documentation
1
2
3
4
5
6
7
8
//macro_rules! supervisor(bastion) {
//    (eval $e:expr) => {{
//        {
//            let val: usize = $e; // Force types to be integers
//            println!("{} = {}", stringify!{$e}, val);
//        }
//    }};
//}