Added readmes to subprojects.
This commit is contained in:
parent
8531a586eb
commit
594ce55303
3 changed files with 13 additions and 0 deletions
5
sing_macros/README.md
Normal file
5
sing_macros/README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Sing Macros
|
||||||
|
|
||||||
|
Sub-crate of [Sing](https://gitea.chaostreff-alzey.de/Thelie/sing).
|
||||||
|
Provides macros to generate command line interfaces to rust traits
|
||||||
|
using STDIN and STDOUT.
|
4
sing_parse/README.md
Normal file
4
sing_parse/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Sing Parse
|
||||||
|
|
||||||
|
Sub-crate of [Sing](https://gitea.chaostreff-alzey.de/Thelie/sing).
|
||||||
|
Provides the default parser for function calls that happen through STDIN.
|
4
sing_util/README.md
Normal file
4
sing_util/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Sing Util
|
||||||
|
|
||||||
|
Sub-crate of [Sing](https://gitea.chaostreff-alzey.de/Thelie/sing).
|
||||||
|
Provides structs and functions that are used in the inner workings of Sing.
|
Loading…
Reference in a new issue