binbox

Crates.iobinbox
lib.rsbinbox
version0.0.1
sourcesrc
created_at2021-02-21 19:30:45.219233
updated_at2021-02-21 19:30:45.219233
descriptionPOSIX core utilities written in Rust
homepage
repositoryhttps://github.com/jcmdln/binbox
max_upload_size
id358630
size7,417
(jcmdln)

documentation

README

binbox is an implementation of core utilities written to conform to their formal specification, or respective manual page(s) if no such specification exists.

Utilities

We should focus on POSIX, LSB, and critical utilties first. Later we will expand into "extracurricular" implementations, one such example being smtp.

Utility Status Specifications
basename DONE POSIX.1-2008,
cat TODO POSIX.1-2008,
chmod TODO POSIX.1-2008,
count TODO Extra,
false DONE POSIX.1-2008,
groups TODO LSB v5.0.0,
head TODO POSIX.1-2008,
hostname TODO LSB v5.0.0,
ls TODO POSIX.1-2008,
mkdir TODO POSIX.1-2008,
pwd TODO POSIX.1-2008,
rm TODO POSIX.1-2008,
rmdir TODO POSIX.1-2008,
sha1sum TODO GNU,
sha224sum TODO GNU,
sha256sum TODO GNU,
sha384sum TODO GNU,
sha512sum TODO GNU,
sleep TODO POSIX.1-2008,
tail TODO POSIX.1-2008,
touch TODO POSIX.1-2008,
true DONE POSIX.1-2008,
uname TODO POSIX.1-2008,
who TODO POSIX.1-2008,
whoami TODO Extra,
yes TODO Extra,
Commit count: 0

cargo fmt