History log of /tonic/examples/src/dynamic/server.rs (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0
# 315bb09a 08-Jul-2024 tottoto <[email protected]>

feat(server): Remove reexporting service router (#1773)


Revision tags: v0.11.0
# 522a8d74 13-Nov-2023 tottoto <[email protected]>

chore: Fix clippy warning (#1500)

Co-authored-by: Lucio Franco <[email protected]>


Revision tags: v0.10.2, v0.10.1, v0.10.0
# 5f5ae245 25-Aug-2023 tsroka <[email protected]>

Support for adding services dynamically. (#1408)

* Support for adding services dynamically.

* Fix typo in examples/Cargo.toml

Co-authored-by: Andrew Hickman <[email protected]>

* PR feedbac

Support for adding services dynamically. (#1408)

* Support for adding services dynamically.

* Fix typo in examples/Cargo.toml

Co-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 ...