1/// Tuff - A powerful and flexible trading framework
2///
3/// This is a placeholder to reserve the name on crates.io
4/// Actual implementation will be added in future releases.
56#[cfg(test)]
7mod tests {
8#[test]
9fn it_works() {
10assert_eq!(2 + 2, 4);
11 }
12}