Crates.io | tower-async-test |
lib.rs | tower-async-test |
version | 0.2.0 |
source | src |
created_at | 2023-07-17 21:48:20.739138 |
updated_at | 2023-11-20 23:16:05.743676 |
description | Utilities for writing client and server `Service` tests. An "Async Trait" spiritual fork from the original tower-test Library. |
homepage | https://github.com/plabayo/tower-async |
repository | https://github.com/plabayo/tower-async |
max_upload_size | |
id | 918869 |
size | 32,949 |
Utilities for writing client and server Service
tests.
It is a fork of https://github.com/tower-rs/tower
and makes use of async traits
to simplify things and make it more easier
to integrate async functions into middleware.
Compared to other forks in this mono repository, this specific tower-async-test
crate is however
only a spiritual fork of tower-test
, with a completely different implementation,
as the needs are very different then when using a classifc ``
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions.