Skip to content

relyay/macroutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

macroutils
==========

Minimal Linux core utilities written in Rust.

Avaivable utils:

* true
* false
* echo
* mkdir
* cat
* pwd
* touch

Installation
------------

git clone https://github.com/relyay/macroutils.git
cd macroutils
cargo build --release

Usage
-----

Compiled binaries will appear in target/release
For example:
./target/release/echo hello world
hello world

Benchmark
---------

/bin/echo:  3.65 ms
m-echo:     1.77 ms

/bin/echo:  33 KB
m-echo:     354 KB

Despite being larger, the Rust implementation can sometimes start faster in simple benchmarks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages