Skip to content

actix-service: v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 28 Dec 02:01
· 521 commits to master since this release
f48e3f4
  • 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! and forward_ready! macros. #233
  • Crate is now no_std. #233
  • Migrate pin projections to pin-project-lite. #233
  • Remove AndThenApplyFn and Pipeline and_then_apply_fn. Use the
    .and_then(apply_fn(...)) construction. #233
  • Move non-vital methods to ServiceExt and ServiceFactoryExt extension traits. #235