Skip to content

vertyll/rust-console-projects

Repository files navigation

Project Assumptions

This project contains implementations of popular Unix console tools written in the Rust programming language.

Implemented Tools

  • cat – displays file contents
  • clap – command line argument parsing tool
  • echo – displays given arguments
  • tail – displays the end lines of a file
  • wc – counts lines, words, and characters in a file

Tests have been written for the tools.

About

A collection of Unix-like command-line tools implemented in Rust including cat, clap, echo, tail and wc, with unit tests and a REST API backend. Using Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors