Hey everyone! Thanks to those who checked out the initial version. I've been working hard on making zeroenv actually useful, not just a scanner.
In v0.3.0, I completely refactored the codebase into clean, separate modules (scanner.rs, checker.rs, config.rs) to follow Rust best practices.
But the best part is the new zeroenv doctor command. Instead of just saying "Go is missing", it now detects your OS (Linux/macOS/Windows) and gives you the exact terminal command to fix the issue (like sudo apt install golang-go or brew install go).
It's live on crates.io right now:
cargo install zeroenv
zeroenv doctor
Here is the repo
https://github.com/nexus-forg/zeroenv
Top comments (0)