From 6dc5a4102ecabf9937f0d5d40357dad27a1a8d5c Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Mon, 14 Feb 2022 10:59:26 +0000 Subject: [PATCH] chore: rename filters to wrapfilters --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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) + +