Add README.md
Explained a bit about the projects name and goals.
This commit is contained in:
parent
2009792680
commit
0ba7efc9bb
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Sing
|
||||
|
||||
**S**td
|
||||
**I**/o
|
||||
**N**egotiator
|
||||
**G**enerator
|
||||
|
||||
## What is sing meant to be?
|
||||
|
||||
This crate is meant to create interfaces between traits in Rust libraries and the command line.
|
||||
It does this by providing two macros: …
|
||||
|
||||
## Negotiator? Really?
|
||||
|
||||
Yes, it's somewhat far-fetched, but I really wanted to be able to sing and [clap](https://github.com/clap-rs/clap/tree/master/src) in my rusty command-line projects.
|
||||
|
||||
## Why the name?
|
||||
|
||||
See above.
|
Loading…
Reference in a new issue