feat(server): Remove reexporting service router (#1773)
chore: Fix clippy warning (#1500)Co-authored-by: Lucio Franco <[email protected]>
Support for adding services dynamically. (#1408)* Support for adding services dynamically.* Fix typo in examples/Cargo.tomlCo-authored-by: Andrew Hickman <[email protected]>* PR feedbac
Support for adding services dynamically. (#1408)* Support for adding services dynamically.* Fix typo in examples/Cargo.tomlCo-authored-by: Andrew Hickman <[email protected]>* PR feedback: add test for RoutesBuilder* Remove let else from the test to fix the failing build.* Fix test after removal of futures-util crate.* run cargo fmt---------Co-authored-by: tomek.sroka <[email protected]>Co-authored-by: Andrew Hickman <[email protected]>Co-authored-by: Lucio Franco <[email protected]>
show more ...