Initial Release
Initial release of the Rust CLI SysInfo project
- This is the initial project release and includes the following functionality:
- Added project files, README.md, and LICENSE files
- Added support for Rust linting services (via
rust-analyzerandclippytools
See the README.md for current features and functionality.
To decompress the included release binary, run the following command:
zstd -d rust-cli-sysinfo_linux_amd64.zst -o rust-cli-sysinfoEnjoy!
What's Changed
- feat(app): 🎉 Initial files commit... yippie! by @richbl in #1
- docs(app): 📝 Updated README by @richbl in #2
- Dev by @richbl in #3
- refactor(app): 📝 Update to README.md file; linter config changes by @richbl in #4
New Contributors
Full Changelog: https://github.com/richbl/rust-cli-sysinfo/commits/0.1.0