Skip to content

Initial Release

Choose a tag to compare

@richbl richbl released this 07 Jun 17:54
7d5e469

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-analyzer and clippy tools

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-sysinfo

Enjoy!

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

  • @richbl made their first contribution in #1

Full Changelog: https://github.com/richbl/rust-cli-sysinfo/commits/0.1.0