Lib/README.md

88 lines
1.5 KiB
Markdown
Raw Normal View History

2021-09-01 12:54:14 +00:00
# LibreCloud library
2021-08-28 14:04:40 +00:00
2021-09-01 13:00:30 +00:00
<img style="margin-top: 1em;width: 500px;border: 0" alt="Fork me on GitHub" src="logo/library.svg?sanitize=true">
2021-09-01 12:54:14 +00:00
## Structure
2021-08-28 14:04:40 +00:00
<pre>
.
├── bin
2021-09-01 20:02:14 +00:00
├── clds
2021-08-28 14:04:40 +00:00
├── defs
├── filters
├── graphql
├── handlers
2021-09-01 20:02:14 +00:00
├── key_of_life
2021-08-28 14:04:40 +00:00
├── zterton
├── macros
2021-09-01 20:02:14 +00:00
├── tkdr
├── utils
└── zterton
2021-08-28 14:04:40 +00:00
</pre>
2021-09-01 20:02:14 +00:00
## bin
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
Tools and utils: Scripts and tools to maintain this library
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
[Bin library](/LibreCloud/lib_bin)
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
## clds
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
Clouds definitions
[CLDS Library](/LibreCloud/lib_clds)
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
## defs
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
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
2021-08-28 14:04:40 +00:00
Library for GraphQL
2021-09-01 20:02:14 +00:00
[GraphQL Library](/LibreCloud/lib_graphql)
## handlers
Handlers for filters with [warp](https://github.com/seanmonstar/warp)
[Webservices (wrap) Handlers Library](/LibreCloud/lib_handlers)
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
## kye_of_life
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
Getting master key
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
[Key of Life Library](/LibreCloud/lib_key_of_life)
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
## macros
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
Rust Macros Libraries for applications
2021-08-28 14:04:40 +00:00
2021-09-01 20:02:14 +00:00
[Macros Library](/LibreCloud/lib_macros)
## utils
2021-08-28 14:04:40 +00:00
Utilities and tools library
2021-09-01 20:02:14 +00:00
[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)