Crates.io | actix-service |
lib.rs | actix-service |
version | |
source | src |
created_at | 2018-12-09 18:06:41.389362+00 |
updated_at | 2025-03-09 17:57:51.688174+00 |
description | Service trait and combinators for representing asynchronous request/response operations. |
homepage | |
repository | https://github.com/actix/actix-net |
max_upload_size | |
id | 100962 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Service trait and combinators for representing asynchronous request/response operations.
See documentation for detailed explanations of these components: https://docs.rs/actix-service.