5 unstable releases

new 0.8.2 Dec 28, 2024
0.8.1 Dec 7, 2024
0.8.0 Oct 21, 2024
0.7.0 Oct 3, 2024
0.1.0 Aug 18, 2024

#564 in HTTP server

Download history 13/week @ 2024-09-15 7/week @ 2024-09-22 134/week @ 2024-09-29 17/week @ 2024-10-06 9/week @ 2024-10-13 167/week @ 2024-10-20 5/week @ 2024-10-27 4/week @ 2024-11-03 18/week @ 2024-12-01 145/week @ 2024-12-08 4/week @ 2024-12-15 80/week @ 2024-12-22

252 downloads per month

MIT license

40KB
849 lines

hydiscovery: Local service discovery and routing with hyper

crate Docs Build Status MIT licensed

This crate provides for internal service routing in services with many components. It is built on hyperdriver and hyper.


lib.rs:

HyDiscovery provides service discovery in-process via unix domain sockets and the filesystem.

This works well for running a collection of microservices on a single machine.

Dependencies

~7–13MB
~155K SLoC