coreutils-rs 0.2.0

GNU Coreutils package implementation with Rust
Documentation
  • Coverage
  • 4.17%
    1 out of 24 items documented0 out of 11 items with examples
  • Size
  • Source code size: 14.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rpietrusinski

GNU Coreutils package implementation with Rust

The GNU Core Utilities or coreutils is a package of GNU software containing implementations for many of the basic tools, such as cat, ls, and rm, which are used on Unix-like operating systems.

Project aims for implementing coreutils' functionalities with Rust purely for learning purposes.

Status

Ready

  • grep
  • cp
  • mv
  • ls
  • head

Log

  • v0.1.0
    • command line argument parsing based on Rust standard library
    • ready to use are: grep, cp, mv, ls, head
  • v0.2.0
    • command line argument parsing based on Clap library