7 ms·
Not a library, but I have a template repo [0] I made precisely for this purpose (since I found libraries aren’t as flexible as I needed). See it in use at [1].
by zakhary 2y ago
Not a library, but I have a template repo [0] I made precisely for this purpose (since I found libraries aren’t as flexible as I needed). See it in use at [1].
Edit: If there’s demand I’d be willing to better document it.
[0]: https://github.com/kaplanz/rust https://github.com/kaplanz/rust
[1]: https://github.com/kaplanz/rugby/tree/main/apps/cli https://github.com/kaplanz/rugby/tree/main/apps/cli
- liambigelow 2y agoAh nice, will peep — in the interest of sharing here is my latest "template" that gets copied from project to project: https://github.com/CloudCannon/toolproof/blob/main/toolproof/src/options.rs https://github.com/CloudCannon/toolproof/blob/main/toolproof...