Skip to main content

hot_loop/
lib.rs

1
2
3#[cfg(test)]
4mod tests {
5    use super::*;
6
7    #[test]
8    fn it_works() {
9
10    }
11}