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 |
#12 in #discover
6,656 downloads per month
Used in 30 crates
(3 directly)
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
~35K SLoC