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