From 594ce553037da4978b81fea2ff62dc146dfb57f7 Mon Sep 17 00:00:00 2001 From: Thelie Date: Tue, 5 Apr 2022 21:24:35 +0200 Subject: [PATCH] Added readmes to subprojects. --- sing_macros/README.md | 5 +++++ sing_parse/README.md | 4 ++++ sing_util/README.md | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 sing_macros/README.md create mode 100644 sing_parse/README.md create mode 100644 sing_util/README.md 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.