5 unstable releases

0.3.0 Dec 19, 2019
0.3.0-alpha.2 Oct 1, 2019
0.3.0-alpha.1 Sep 11, 2019
0.1.0 Apr 27, 2019
0.0.0 Oct 3, 2017

#14 in #tower-service

Download history 1190/week @ 2023-11-20 814/week @ 2023-11-27 863/week @ 2023-12-04 1007/week @ 2023-12-11 859/week @ 2023-12-18 656/week @ 2023-12-25 931/week @ 2024-01-01 1384/week @ 2024-01-08 900/week @ 2024-01-15 911/week @ 2024-01-22 802/week @ 2024-01-29 1065/week @ 2024-02-05 1124/week @ 2024-02-12 872/week @ 2024-02-19 1471/week @ 2024-02-26 1865/week @ 2024-03-04

5,420 downloads per month
Used in 29 crates (3 directly)

MIT license

24KB
214 lines

Tower Discovery

Abstracts over service discovery strategies.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions.


lib.rs:

Tower service discovery

Service discovery is the automatic detection of services available to the consumer. These services typically live on other servers and are accessible via the network; however, it is possible to discover services available in other processes or even in process.

Dependencies

~1.5MB
~34K SLoC