49 lines
479 B
Markdown
49 lines
479 B
Markdown
### library
|
|
|
|
### 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
|
|
|