actix-service: v2.0.0-beta.1
Pre-release
Pre-release
·
521 commits
to master
since this release
Service
, other traits, and many type signatures now take the the request type as a type
parameter instead of an associated type. #232- Add
always_ready!
andforward_ready!
macros. #233 - Crate is now
no_std
. #233 - Migrate pin projections to
pin-project-lite
. #233 - Remove
AndThenApplyFn
and Pipelineand_then_apply_fn
. Use the
.and_then(apply_fn(...))
construction. #233 - Move non-vital methods to
ServiceExt
andServiceFactoryExt
extension traits. #235