# LibreCloud library
## Structure
. ├── bin ├── clds ├── defs ├── filters ├── graphql ├── handlers ├── key_of_life ├── zterton ├── macros ├── tkdr ├── utils └── zterton## bin Tools and utils: Scripts and tools to maintain this library [Bin library](/LibreCloud/lib_bin) ## clds Clouds definitions [CLDS Library](/LibreCloud/lib_clds) ## defs 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 [GraphQL Library](/LibreCloud/lib_graphql) ## handlers Handlers for filters with [warp](https://github.com/seanmonstar/warp) [Webservices (wrap) Handlers Library](/LibreCloud/lib_handlers) ## kye_of_life Getting master key [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)