chore: README with links

This commit is contained in:
Jesús Pérez Lorenzo 2021-09-01 21:02:14 +01:00
parent 596195f764
commit a6fa7a145c

View File

@ -7,44 +7,81 @@
<pre> <pre>
. .
├── bin ├── bin
├── clds
├── defs ├── defs
├── filters ├── filters
├── graphql ├── graphql
├── handlers ├── handlers
├── key_of_life
├── zterton ├── zterton
├── macros ├── macros
└── utils ├── tkdr
├── utils
└── zterton
</pre> </pre>
## bin ## bin
Tools and utils Tools and utils: Scripts and tools to maintain this library
[Bin library](/LibreCloud/lib_bin)
## clds
Clouds definitions
[CLDS Library](/LibreCloud/lib_clds)
## defs ## defs
Types Definitions Library collection of basic applications needs
[Defs Library](/LibreCloud/lib_defs)
## filters ## filters
Routes and filters for Warp Rust Libraries Collections for webservices [warp](https://github.com/seanmonstar/warp) filters and routes configuration
[Webservices (wrap) Filters Library](/LibreCloud/lib_filters)
## graphql ## graphql
Library for GraphQL Library for GraphQL
[GraphQL Library](/LibreCloud/lib_graphql)
## handlers ## handlers
Handlers for filters with Warp Handlers for filters with [warp](https://github.com/seanmonstar/warp)
## zterton [Webservices (wrap) Handlers Library](/LibreCloud/lib_handlers)
To init and load application ## kye_of_life
Getting master key
[Key of Life Library](/LibreCloud/lib_key_of_life)
## macros ## macros
Macros to create Rust code Rust Macros Libraries for applications
[Macros Library](/LibreCloud/lib_macros)
## utils ## utils
Utilities and tools library Utilities and tools library
[Utils Library](/LibreCloud/lib_utils)
## tkdr
Encrypt/Decrypt and templating
[Tkdr Library](/LibreCloud/lib_tkdr)
## ZTerton
To init and load application
[Zterton library](/LibreCloud/lib_zterton)