While looking for a rust implementation of sed, I found this project: https://github.com/vyavdoshenko/red/
It is also a rust implementation of sed, also MIT licensed, but seems to have full compatibility with GNU sed. It would be nice if this project could be picked up by the uutils team, because right now, it appears to be maintained by a single guy. It would also benefit this project - seems like this implementation is far more complete in terms of GNU compatibility.
While looking for a rust implementation of
sed, I found this project: https://github.com/vyavdoshenko/red/It is also a rust implementation of
sed, also MIT licensed, but seems to have full compatibility withGNU sed. It would be nice if this project could be picked up by the uutils team, because right now, it appears to be maintained by a single guy. It would also benefit this project - seems like this implementation is far more complete in terms of GNU compatibility.