tower-async-test

Crates.iotower-async-test
lib.rstower-async-test
version0.2.0
sourcesrc
created_at2023-07-17 21:48:20.739138
updated_at2023-11-20 23:16:05.743676
descriptionUtilities for writing client and server `Service` tests. An "Async Trait" spiritual fork from the original tower-test Library.
homepagehttps://github.com/plabayo/tower-async
repositoryhttps://github.com/plabayo/tower-async
max_upload_size
id918869
size32,949
Glen De Cauwsemaecker (GlenDC)

documentation

README

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.

Commit count: 729

cargo fmt