entomologist/src/lib.rs
Sebastian Kuzminsky 16c6288cee start adding Issues struct
This holds everything there is to know about everything, for now that's
all issues but in the future there might be more?
2025-07-05 21:18:36 -06:00

2 lines
31 B
Rust

pub mod issue;
pub mod issues;