Crates.io | binbox |
lib.rs | binbox |
version | 0.0.1 |
source | src |
created_at | 2021-02-21 19:30:45.219233 |
updated_at | 2021-02-21 19:30:45.219233 |
description | POSIX core utilities written in Rust |
homepage | |
repository | https://github.com/jcmdln/binbox |
max_upload_size | |
id | 358630 |
size | 7,417 |
binbox
is an implementation of core utilities written to conform to their
formal specification, or respective manual page(s) if no such specification
exists.
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, |