Skip to content

Actix Service 0.2.2

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 19 Feb 19:33
· 1057 commits to master since this release

Changes

Added

  • Added NewService impl for Rc<S> where S: NewService

  • Added NewService impl for Arc<S> where S: NewService