Crates.io | cardinal |
lib.rs | cardinal |
version | 0.1.1 |
source | src |
created_at | 2021-05-01 22:04:54.318892 |
updated_at | 2021-05-10 16:45:40.872217 |
description | microservice app for all the universe |
homepage | |
repository | |
max_upload_size | |
id | 392039 |
size | 1,902 |
hello, this project belongs to a new venture and we will try to improve it as we have time.
The idea behind this project is: an ecosystem that works completely on its own and fully meets our needs.
universe: The project name cardinal: Microservice library cerebrum: Database unutils: Utilities for all the projects
graph LR
A[UNIVERSE] --> B((cerebrum))
A --> C(Cardinal)
B --> D{Unutils}
C --> E((cardinal-client))
C --> F((cardinal-self))
F --> D
E --> D
C --> D