blob: 0b0860b8a8eaa6311c9558790237c87c22ecd89c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
:code:`crates`
======
.. list-table::
:widths: 25 25 25
:header-rows: 1
* - Name
- Description
- Version
* - :code:`whirl`
- The CLI, links everything together.
- :code:`0.1.0`
* - :code:`whirl_api`
- The API, for external interaction.
- :code:`0.1.0`
* - :code:`whirl_common`
- Assorted utilites, for global use.
- :code:`0.1.0`
* - :code:`whirl_config`
- Configuration utilities, to interact with the configuration system.
- :code:`0.1.0`
* - :code:`whirl_db`
- Database utilities, to interact with the database.
- :code:`0.1.0`
* - :code:`whirl_prompt`
- The Whirl Shell, for local interaction.
- :code:`0.1.0`
* - :code:`whirl_server`
- The meat and potatoes, exposes the Distributor and Hub for further use.
- :code:`0.1.0`
Graph
-----
.. image:: https://raw.githubusercontent.com/Whirlsplash/whirl/develop/assets/crate_graph.svg
|