Is your feature request related to a problem? Please describe.
I'm experimenting with replacing as much of my system utilities with rust alternatives as possible, and currently I'm missing an awk and sed replacement. I use a custom Fedora Atomic based image, built by a GitHub action, and if I had to build this every time, it would take too much time, but if there were binaries, I could simply grab the tarball in the script, and replace the GNU sed and awk with these implementations.
Describe the solution you'd like
For there to be binary tarballs published for new releases.
Describe alternatives you've considered
Building - takes too much time.
Is your feature request related to a problem? Please describe.
I'm experimenting with replacing as much of my system utilities with rust alternatives as possible, and currently I'm missing an awk and sed replacement. I use a custom Fedora Atomic based image, built by a GitHub action, and if I had to build this every time, it would take too much time, but if there were binaries, I could simply grab the tarball in the script, and replace the GNU sed and awk with these implementations.
Describe the solution you'd like
For there to be binary tarballs published for new releases.
Describe alternatives you've considered
Building - takes too much time.