What's Changed
See CHANGELOG.md for detailed changes.
Downloads
- Linux (x86_64):
dev-tools-rs-x86_64-unknown-linux-gnu.tar.gz - Linux (ARM64):
dev-tools-rs-aarch64-unknown-linux-gnu.tar.gz - macOS (Intel):
dev-tools-rs-x86_64-apple-darwin.tar.gz - macOS (Apple Silicon):
dev-tools-rs-aarch64-apple-darwin.tar.gz - Windows (x86_64):
dev-tools-rs-x86_64-pc-windows-msvc.zip
Installation
Linux/macOS
# Extract the archive
tar -xzf dev-tools-rs-*.tar.gz
# Make executable (if needed)
chmod +x dev-tools-rs
# Run the application
./dev-tools-rsWindows
# Extract the zip file
# Run the application
.\dev-tools-rs.exeFull Changelog: v0.2.0...v0.3.0