1 unstable release
0.1.0 | Oct 2, 2019 |
---|
#13 in #substitution
10KB
222 lines
rsed - A very rusty sed implementation
This application is a very naive implementation of sed done using Rust. This is just an exercise to practice and learn rust, so I don't expect it to be nearly as powerful as sed.
Implemented features
- Substitution with the g and p commands (only one file as of now)
- Line number an range restriction
- -n and -e flags
Dependencies
~4.5–6MB
~103K SLoC