blob: ffa18de0ab31dd72416059d1125ab7c19d9fdd74 (
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`
- Links everything together in a neat, little CLI
- :code:`0.1.0`
* - :code:`whirl_api`
- Enables for remote interaction
- :code:`0.1.0`
* - :code:`whirl_common`
- Provides assorted utilities for global use
- :code:`0.1.0`
* - :code:`whirl_config`
- Provides abstractions to interact with the configuration system
- :code:`0.1.0`
* - :code:`whirl_db`
- Provides abstractions to interact with the database layer
- :code:`0.1.0`
* - :code:`whirl_prompt`
- Enables for local interaction
- :code:`0.1.0`
* - :code:`whirl_server`
- The meat and potatoes; instantiates the sub-servers which a WorldServer *should* accommodate.
- :code:`0.1.0`
Graph
-----
.. image:: https://raw.githubusercontent.com/Whirlsplash/whirl/develop/assets/crate_graph.svg
|