thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.07k stars 47 forks source link

feat: Move testing into an optional feature #125

Closed trezm closed 5 years ago

trezm commented 5 years ago

Unfortunately, testing is not well supported for the async await case yet. This will make testing optional rather than adding another separate crate to support testing in async await.

Normally it would be worth taking the time to separate the crate out so testing is still usable, but with the impending stabilization of async await, I think this makes more sense for the time being.