Lib/README.md

51 lines
594 B
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
├── defs
├── filters
├── graphql
├── handlers
├── zterton
├── macros
└── utils
</pre>
2021-09-01 12:54:14 +00:00
## bin
2021-08-28 14:04:40 +00:00
Tools and utils
2021-09-01 12:54:14 +00:00
## defs
2021-08-28 14:04:40 +00:00
Types
2021-09-01 12:54:14 +00:00
## filters
2021-08-28 14:04:40 +00:00
Routes and filters for Warp
2021-09-01 12:54:14 +00:00
## graphql
2021-08-28 14:04:40 +00:00
Library for GraphQL
2021-09-01 12:54:14 +00:00
## handlers
2021-08-28 14:04:40 +00:00
Handlers for filters with Warp
2021-09-01 12:54:14 +00:00
## zterton
2021-08-28 14:04:40 +00:00
To init and load application
2021-09-01 12:54:14 +00:00
## macros
2021-08-28 14:04:40 +00:00
Macros to create Rust code
2021-09-01 12:54:14 +00:00
## utils
2021-08-28 14:04:40 +00:00
Utilities and tools library