3 releases (breaking)

0.8.0 Oct 21, 2024
0.7.0 Oct 3, 2024
0.1.0 Aug 18, 2024

#707 in HTTP server

Download history 124/week @ 2024-08-12 31/week @ 2024-08-19 14/week @ 2024-09-16 7/week @ 2024-09-23 138/week @ 2024-09-30 13/week @ 2024-10-07 9/week @ 2024-10-14 171/week @ 2024-10-21 4/week @ 2024-11-04

185 downloads per month

MIT license

40KB
841 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