[go: up one dir, main page]

tower-test 0.3.0-alpha.1

Utilities for writing client and server `Service` tests.
Documentation
1
2
3
4
5
6
7
8
#![doc(html_root_url = "https://docs.rs/tower-test/0.3.0-alpha.1")]
#![deny(rust_2018_idioms)]
#![allow(elided_lifetimes_in_paths)]

//! Mock `Service` that can be used in tests.

mod macros;
pub mod mock;