Motore 0.3.0
What's Changed
- fix: cx is part of concrete type but not used in parameter list of th… by @LYF1999 in #13
- release: motore-macros 0.1.1 by @LYF1999 in #14
- replace
mut self
withself
in service by @LYF1999 in #15 - replace
mut self
withself
inUnaryService
by @LYF1999 in #16 - impl
Sync
forBoxCloneService
by @LYF1999 in #17 - add
Sync
bound by @LYF1999 in #18 - feat: add map_response by @Millione in #19
- remove
Send
forFuture
inService
by @LYF1999 in #20 - remove spaces by @LYF1999 in #21
- add
Send
bound forFuture
inService
by @LYF1999 in #23 - feat: add adapter between tower and motore by @Millione in #22
- fix: add Send bound for tower adapter by @Millione in #24
- doc_cfg support and doc fix by @zys864 in #26
- docs: update by @Millione in #28
New Contributors
Full Changelog: motore-0.2.1...motore-0.3.0