aboutsummaryrefslogtreecommitdiff
path: root/crates/README.rst
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 01:55:18 +0000
committerFuwn <[email protected]>2021-06-07 01:55:18 +0000
commit5da7886b3240fbffc923e92bba2e8a0e5812a6a8 (patch)
tree94dc57e6ac22b55cea9aa3ee21bf4b795e2f3b5d /crates/README.rst
parentdocs(whirl_api): document public functions (diff)
downloadwhirl-5da7886b3240fbffc923e92bba2e8a0e5812a6a8.tar.xz
whirl-5da7886b3240fbffc923e92bba2e8a0e5812a6a8.zip
refactor(global): update crate descriptions
Diffstat (limited to 'crates/README.rst')
-rw-r--r--crates/README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/README.rst b/crates/README.rst
index a2e262c..ba5966c 100644
--- a/crates/README.rst
+++ b/crates/README.rst
@@ -9,25 +9,25 @@
- Description
- Version
* - :code:`whirl`
- - The CLI, links everything together.
+ - Links everything together in a neat, little CLI.
- :code:`0.1.0`
* - :code:`whirl_api`
- - The API, for external interaction.
+ - Enables for remote interaction.
- :code:`0.1.0`
* - :code:`whirl_common`
- - Assorted utilities, for global use.
+ - Provides assorted utilities for global use.
- :code:`0.1.0`
* - :code:`whirl_config`
- - Configuration utilities, to interact with the configuration system.
+ - Provides abstractions to interact with the configuration system.
- :code:`0.1.0`
* - :code:`whirl_db`
- - Database utilities, to interact with the database.
+ - Provides abstractions to interact with the database layer.
- :code:`0.1.0`
* - :code:`whirl_prompt`
- - The Whirl Shell, for local interaction.
+ - Enables for local interaction.
- :code:`0.1.0`
* - :code:`whirl_server`
- - The meat and potatoes, exposes the Distributor and Hub for further use.
+ - The meat and potatoes; instantiates the sub-servers which a WorldServer *should* accommodate.
- :code:`0.1.0`
Graph