feat: add badges to readme
This commit is contained in:
parent
f4cd8d15c9
commit
733e8810d0
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -1,6 +1,17 @@
|
|||
# actix-web-codegen
|
||||
<div align="center">
|
||||
<h1>
|
||||
actix-web-codegen-const-routes
|
||||
</h1>
|
||||
<p>
|
||||
<strong>Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen</strong>
|
||||
</p>
|
||||
|
||||
> 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)](<https://github.com/realaravinth/actix-web-codegen-const-routes/workflows/CI%20(Linux)/badge.svg>)
|
||||
[![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)
|
||||
|
||||
</div>
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
|
|
Loading…
Reference in a new issue