mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
publish stable docs on actix.rs site
This commit is contained in:
parent
7138bb2f29
commit
f6499d9ba5
@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
keywords = ["http", "web", "framework", "async", "futures"]
|
keywords = ["http", "web", "framework", "async", "futures"]
|
||||||
homepage = "https://actix.rs"
|
homepage = "https://actix.rs"
|
||||||
repository = "https://github.com/actix/actix-web.git"
|
repository = "https://github.com/actix/actix-web.git"
|
||||||
documentation = "https://docs.rs/actix-web/"
|
documentation = "https://actix.rs/api/actix-web/stable/actix_web/"
|
||||||
categories = ["network-programming", "asynchronous",
|
categories = ["network-programming", "asynchronous",
|
||||||
"web-programming::http-server",
|
"web-programming::http-server",
|
||||||
"web-programming::http-client",
|
"web-programming::http-client",
|
||||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
.PHONY: default build test doc book clean
|
.PHONY: default build test doc book clean
|
||||||
|
|
||||||
CARGO_FLAGS := --features "$(FEATURES) alpn"
|
CARGO_FLAGS := --features "$(FEATURES) alpn tls"
|
||||||
|
|
||||||
default: test
|
default: test
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust.
|
|||||||
|
|
||||||
* [User Guide](https://actix.rs/docs/)
|
* [User Guide](https://actix.rs/docs/)
|
||||||
* [API Documentation (Development)](https://actix.rs/actix-web/actix_web/)
|
* [API Documentation (Development)](https://actix.rs/actix-web/actix_web/)
|
||||||
* [API Documentation (Releases)](https://docs.rs/actix-web/0.6.11/actix_web/)
|
* [API Documentation (Releases)](https://actix.rs/api/actix-web/stable/actix_web/)
|
||||||
* [Chat on gitter](https://gitter.im/actix/actix)
|
* [Chat on gitter](https://gitter.im/actix/actix)
|
||||||
* Cargo package: [actix-web](https://crates.io/crates/actix-web)
|
* Cargo package: [actix-web](https://crates.io/crates/actix-web)
|
||||||
* Minimum supported Rust version: 1.26 or later
|
* Minimum supported Rust version: 1.26 or later
|
||||||
|
Loading…
Reference in New Issue
Block a user