rsed 0.1.0

A very rusty implementation of sed. Not to be taken seriously.
Documentation
  • Coverage
  • 20%
    1 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 19.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.77 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • pablo-abc/rsed
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pablo-abc

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