tuff/
lib.rs

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.
5
6#[cfg(test)]
7mod tests {
8    #[test]
9    fn it_works() {
10        assert_eq!(2 + 2, 4);
11    }
12}