diff --git a/README.md b/README.md index 091d31b..38453b5 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ ├── clds ├── datastores ├── defs -├── filters ├── graphql ├── handlers ├── key_of_life ├── macros ├── tkdr ├── utils -└── webenv +├── webenv +└── wrapfilters @@ -70,12 +70,6 @@ Datastores Library for data stores connections [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 Library for GraphQL @@ -112,8 +106,16 @@ Encrypt/Decrypt and templating [Tkdr Library](/LibreCloud/lib_tkdr) -### Webenv +### webenv To init and load application [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) + +