From 733e8810d04482027e9e17c5ba103a6e4b7231a3 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 11 May 2022 03:42:40 +0530 Subject: [PATCH] feat: add badges to readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c0f41..0a1da26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ -# actix-web-codegen +
+

+ actix-web-codegen-const-routes +

+

+ Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen +

-> Routing and runtime macros for Actix Web with support for const routes. Fork of [actix-web-codegen](https://crates.io/crates/actix-web-codegen) +[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://realaravinth.github.io/actix-web-codegen-const-routes/cache_buster/index.html) +![CI (Linux)]() +[![dependency status](https://deps.rs/repo/github/realaravinth/actix-web-codegen-const-routes/status.svg)](https://deps.rs/repo/github/realaravinth/actix-web-codegen-const-routes) +[![codecov](https://codecov.io/gh/realaravinth/actix-web-codegen-const-routes/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/actix-web-codegen-const-routes) + +
## Documentation & Resources