1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00
actix-net/actix-service
2021-03-10 02:23:24 +00:00
..
src add docs for *_ready macros 2021-03-10 02:23:24 +00:00
Cargo.toml prepare service 2.0.0-beta.4 release (#269) 2021-02-04 20:44:13 +00:00
CHANGES.md add RcService type and rc_service construct function (#290) 2021-02-28 23:01:05 +00:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
README.md prepare service 2.0.0-beta.4 release (#269) 2021-02-04 20:44:13 +00:00

actix-service

Service trait and combinators for representing asynchronous request/response operations.

crates.io Documentation Version License Dependency Status Download Chat on Discord

See documentation for detailed explanations of these components: https://docs.rs/actix-service.