feat: migrate to git.batsense.net/realarvinth/actix-web-codegen-const-routes
This commit is contained in:
parent
10c3e63ba2
commit
6669f71c12
3 changed files with 7 additions and 6 deletions
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
pipeline:
|
||||||
|
backend:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- cargo test --all-features --no-fail-fast
|
|
@ -2,7 +2,7 @@
|
||||||
name = "actix-web-codegen-const-routes"
|
name = "actix-web-codegen-const-routes"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Routing and runtime macros for Actix Web with support for const routes"
|
description = "Routing and runtime macros for Actix Web with support for const routes"
|
||||||
repository = "https://github.com/actix/actix-web.git"
|
repository = "https://git.batsense.net/realaravinth/actix-web-codegen-const-routes"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
|
|
|
@ -6,16 +6,12 @@
|
||||||
<strong>Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen</strong>
|
<strong>Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[![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>
|
</div>
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
- [API Documentation](https://docs.rs/actix-web-codegen) TODO: replace with fork's documentation link
|
- [API Documentation](https://docs.rs/actix-web-codegen-const-routes) TODO: replace with fork's documentation link
|
||||||
- Minimum Supported Rust Version (MSRV): 1.54
|
- Minimum Supported Rust Version (MSRV): 1.54
|
||||||
|
|
||||||
## Compile Testing
|
## Compile Testing
|
||||||
|
|
Loading…
Reference in a new issue