Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 481 Bytes

Concept

Simply for funs and skill enhancement, here builds the simple application in hard way.

First task

SEND SOMETHING TO OTHERS

Feature

  • Send [something] at custom CLI

Construct

  1. cli in rust (lvl 1)
  2. customized command, and mimic shell commands (lvl 1)

Approach

Learning objectives

  • uses of crates: config
  • scaffolded rust implementation

Reference info