/tiny_rust_projects

A collection of tiny Rust applications and concepts, implemented to showcase my familiarity with the language.

Primary LanguageRustMIT LicenseMIT

Tiny Rust Projects

ferris

A collection of tiny Rust applications and concepts implemented to showcase my familiarity with the language.


List of applications

CLI applications

  • echo-rs

  • Summary: Simple UNIX echo command clone implemented in Rust.

  • Tools/Crates used:

  • Minigrep

    • Summary: Simple UNIX grep command clone implemented in Rust based on "The book" implementation.
    • Tools/Crates used:
      • None, just pure Rust!
  • JSON to CSV

    • Summary: Simple app that consults an API and stores the results in a CSV file.
    • Tools/Crates used:
  • coin-rs (TODO)

    • Summary: A simple application to keep track of currency conversion rates to Brazilian Real.

Web applications

Not yet!

Concepts/PoCs