Crates.io | coreutils-rs |
lib.rs | coreutils-rs |
version | 0.2.0 |
source | src |
created_at | 2024-08-27 13:17:40.504034 |
updated_at | 2024-09-11 09:19:46.081457 |
description | GNU Coreutils package implementation with Rust |
homepage | |
repository | |
max_upload_size | |
id | 1353379 |
size | 15,396 |
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.
command line argument parsing based on Clap library