abstract-ns 0.2.0

Abstract name service traits for use with futures (and tokio)
Documentation

===================== Abstract Name Service

:Status: Proof of Concept :Documentation: http://tailhook.github.io/abstract-ns

This rust crate provides just abstract traits which may be used to build interoperable implementations of name dicovery.

Features:

  • Defines what is a name and what is a result of service discovery
  • Uses futures-rs for asynchronous stuff
  • Has interface to receive updates (name changes)

Note: abstract-ns v0.2 is very different product than v0.1

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.