Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
/ unix Public archive

Various GNU coreutils re-implemented in Rust.

License

Notifications You must be signed in to change notification settings

Babkock/unix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix

This repository is archived. It has moved to GitLab.

Build Status FOSSA Status

This is a variety of GNU coreutils re-implemented in Rust. These examples aim to be efficient, fast, and less complicated.

To compile all of the programs, run the builder script with no arguments. You can also compile any of the programs individually with

$ ./builder program

The compiled and stripped release binaries will be copied to the build directory. You can also build the documentation individually, or as a whole using this script. ./builder doc will build docs for all of the programs.

$ ./builder doc program
Building docs for program
...

This will compile the docs for the specified program, and open them in your web browser. The builder script is also capable of running unit tests for any of the programs.

$ ./builder test program
Testing program
...

Like with doc, ./builder test will compile and test the whole group.

About

Various GNU coreutils re-implemented in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published