mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45:23 +00:00
8 lines
166 B
Rust
8 lines
166 B
Rust
pub mod main {
|
|
pub mod draw;
|
|
pub mod results_list_benchmark;
|
|
}
|
|
pub use main::*;
|
|
|
|
criterion::criterion_main!(results_list_benchmark::benches, draw::benches,);
|