Lib/README.md
2021-09-01 13:54:14 +01:00

51 lines
605 B
Markdown

# LibreCloud library
<img style="margin-top: 1em;width: 500px;border: 0" alt="Fork me on GitHub" src="logo/librecloud_library.svg?sanitize=true">
## Structure
<pre>
.
├── bin
├── defs
├── filters
├── graphql
├── handlers
├── zterton
├── macros
└── utils
</pre>
## bin
Tools and utils
## defs
Types
## filters
Routes and filters for Warp
## graphql
Library for GraphQL
## handlers
Handlers for filters with Warp
## zterton
To init and load application
## macros
Macros to create Rust code
## utils
Utilities and tools library