diff --git a/sing_macros/README.md b/sing_macros/README.md new file mode 100644 index 0000000..a90d5e1 --- /dev/null +++ b/sing_macros/README.md @@ -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. diff --git a/sing_parse/README.md b/sing_parse/README.md new file mode 100644 index 0000000..f4a10b7 --- /dev/null +++ b/sing_parse/README.md @@ -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. diff --git a/sing_util/README.md b/sing_util/README.md new file mode 100644 index 0000000..712967a --- /dev/null +++ b/sing_util/README.md @@ -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.