#sed #rusty #exercise #naive #substitution #file #command

bin+lib rsed

A very rusty implementation of sed. Not to be taken seriously.

1 unstable release

0.1.0 Oct 2, 2019

#13 in #substitution

MIT/Apache

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