rsed

Crates.iorsed
lib.rsrsed
version0.1.0
sourcesrc
created_at2019-10-02 21:27:43.134599
updated_at2019-10-02 21:27:43.134599
descriptionA very rusty implementation of sed. Not to be taken seriously.
homepage
repositoryhttps://github.com/pablo-abc/rsed
max_upload_size
id169459
size20,079
Pablo Berganza (pablo-abc)

documentation

README

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
Commit count: 41

cargo fmt