rusty-cli 0.1.0

A library for creating cli tools with rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Introduction

rusty-cli is a multipurpose cli library. That means you can use the library for
many implementations. There are features like the implemented command handler with flags
or the internal file reader that uses the OS app directories to 
store your files. To put it in a nutshell, it could be quite
hard to find around in this project. Therefore, just follow the examples provided in the
repository or read the documentation carefully.

## Documentation 

1. <a href="../CommandHandler/README.md">Command handler</a>
2. <a href="../FileReader/README.md">FileReader</a>
3. <a href="../Inputs/README.md">Inputs</a>