#async-trait #client-server #testing #middleware #traits #async-test #service

tower-async-test

Utilities for writing client and server Service tests. An “Async Trait” spiritual fork from the original tower-test Library

3 unstable releases

0.2.0 Nov 20, 2023
0.1.1 Jul 18, 2023
0.1.0 Jul 17, 2023

#2039 in Asynchronous

46 downloads per month

MIT license

66KB
1K SLoC

Tower Test

Utilities for writing client and server Service tests.

Crates.io Documentation MIT licensed Build Status Discord chat

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 ``

License

This project is licensed under the MIT license.

Contribution

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.

Dependencies

~2–3MB
~46K SLoC