- [x] Update top level `irox` module: - [x] Update `Cargo.toml` - [x] Update `lib.rs` - [x] Update top level `README.md` - [x] Update top level `Cargo.toml`/`Cargo.lock` - [x] Ensure new module in main module list - [x] Ensure new module dependency hotlink exists - [x] In the new module: - [x] Used the templates in `/dev/mod_template` - [x] Ensure `README.md` exists - [x] Ensure `CHANGELOG.md` exists - [x] Ensure `Cargo.toml` set up correctly - Ref: [Crates.io Category Slugs](https://crates.io/category_slugs) - [x] Ensure `lib.rs`/`main.rs`: - [x] Marked with `#![forbid(unsafe_code)]` - [x] Has main module docs - [ ] Module released - [ ] verify `just ci` - [ ] `cargo smart-release -u`
iroxmodule:Cargo.tomllib.rsREADME.mdCargo.toml/Cargo.lock/dev/mod_templateREADME.mdexistsCHANGELOG.mdexistsCargo.tomlset up correctlylib.rs/main.rs:#![forbid(unsafe_code)]just cicargo smart-release -u