rust_job_scheduling/src/data.rs

6 lines
60 B
Rust
Raw Normal View History

2024-10-30 21:54:25 +01:00
mod t10;
2024-10-30 21:55:11 +01:00
mod t500;
2024-10-27 19:18:52 +01:00
2024-10-30 21:54:25 +01:00
pub use t10::T_10;
2024-10-30 21:55:11 +01:00
pub use t500::T_500;