mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-20 14:25:18 +01:00
docs(http-test): use cargo-rdme
This commit is contained in:
parent
cd301a6932
commit
cc5030c542
@ -1,7 +1,5 @@
|
|||||||
# `actix-http-test`
|
# `actix-http-test`
|
||||||
|
|
||||||
> Various helpers for Actix applications to use during testing.
|
|
||||||
|
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-http-test)
|
[](https://crates.io/crates/actix-http-test)
|
||||||
@ -14,3 +12,9 @@
|
|||||||
[](https://discord.gg/NWpN5mmg3x)
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
|
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
|
<!-- cargo-rdme start -->
|
||||||
|
|
||||||
|
Various helpers for Actix applications to use during testing.
|
||||||
|
|
||||||
|
<!-- cargo-rdme end -->
|
||||||
|
1
justfile
1
justfile
@ -88,6 +88,7 @@ doc-watch:
|
|||||||
# Update READMEs from crate root documentation.
|
# Update READMEs from crate root documentation.
|
||||||
update-readmes: && fmt
|
update-readmes: && fmt
|
||||||
cd ./actix-files && cargo rdme --force
|
cd ./actix-files && cargo rdme --force
|
||||||
|
cd ./actix-http-test && cargo rdme --force
|
||||||
cd ./actix-router && cargo rdme --force
|
cd ./actix-router && cargo rdme --force
|
||||||
cd ./actix-test && cargo rdme --force
|
cd ./actix-test && cargo rdme --force
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user