chore: rename filters to wrapfilters

This commit is contained in:
Jesús Pérez Lorenzo 2022-02-14 10:59:26 +00:00
parent a938f28547
commit 6dc5a4102e

View File

@ -12,14 +12,14 @@
├── clds ├── clds
├── datastores ├── datastores
├── defs ├── defs
├── filters
├── graphql ├── graphql
├── handlers ├── handlers
├── key_of_life ├── key_of_life
├── macros ├── macros
├── tkdr ├── tkdr
├── utils ├── utils
└── webenv ├── webenv
└── wrapfilters
</pre> </pre>
@ -70,12 +70,6 @@ Datastores Library for data stores connections
[Data Stores Library](/LibreCloud/lib_datastores) [Data Stores Library](/LibreCloud/lib_datastores)
### filters
Rust Libraries Collections for webservices [warp](https://github.com/seanmonstar/warp) filters and routes configuration
[Webservices (wrap) Filters Library](/LibreCloud/lib_filters)
### graphql ### graphql
Library for GraphQL Library for GraphQL
@ -112,8 +106,16 @@ Encrypt/Decrypt and templating
[Tkdr Library](/LibreCloud/lib_tkdr) [Tkdr Library](/LibreCloud/lib_tkdr)
### Webenv ### webenv
To init and load application To init and load application
[Webenv library](/LibreCloud/lib_webenv) [Webenv library](/LibreCloud/lib_webenv)
### wrapfilters
Rust Libraries Collections for wrap webservices [warp](https://github.com/seanmonstar/warp) filters and routes configuration
[Wrap Webservices Filters Library](/LibreCloud/lib_wrapfilters)