coreutils-rs

Crates.iocoreutils-rs
lib.rscoreutils-rs
version0.2.0
sourcesrc
created_at2024-08-27 13:17:40.504034
updated_at2024-09-11 09:19:46.081457
descriptionGNU Coreutils package implementation with Rust
homepage
repository
max_upload_size
id1353379
size15,396
(rpietrusinski)

documentation

README

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

Commit count: 0

cargo fmt