0.1.0
First release, non optimised, should use rayon
or similar lib to parallelise the work.
You REALLY should compile the source yourself, we ought not to trust precompiled software. So clone this repo and
cargo build --release && target/release/rad -t "hey"
Use prebuilt binary:
But you can also run the attached binary "rad"
if you really don't wanna build it yourself:
Before you run it do:
shasum -a 256 /path/to/rad
And ensure it matches:
fd20a7b1ab4d9267217f93ee89c1a78cda957e60e63633ebbbd915d03127cf60
On macOS you need to:
chmod +x /path/to/rad && xattr -d com.apple.quarantine /path/to/rad
before you can run it.