| 31 | type BlbGenerator = fn(&[u8], &str, u32) -> Vec<TestInfo>; |
| 32 | |
| 33 | struct Algorithm { |
| 34 | pub file: &'static str, |
| 35 | pub generator: BlbGenerator, |
| 36 | } |
| 37 | |
| 38 | fn main() { |
| 39 | let args: Vec<String> = std::env::args().collect(); |
nothing calls this directly
no outgoing calls
no test coverage detected