1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

stop claiming actor support

This commit is contained in:
Rob Ede
2021-02-11 21:44:22 +00:00
parent ceace26ed4
commit 871ca5e4ae
4 changed files with 10 additions and 81 deletions

View File

@ -32,7 +32,6 @@
* SSL support using OpenSSL or Rustls
* Middlewares ([Logger, Session, CORS, etc](https://actix.rs/docs/middleware/))
* Includes an async [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html)
* Supports [Actix actor framework](https://github.com/actix/actix)
* Runs on stable Rust 1.46+
## Documentation