udp2p_traits 0.1.0

The peer discovery portion of the udp2p library, used for discovering peers in a peer to peer network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "udp2p_traits"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Andrew N. Smith <asmith@vrrb.io>"]
description = "The peer discovery portion of the udp2p  library, used for discovering peers in a peer to peer network"
documentation = "https://doc.rs/udp2p_traits/0.2.0/udp2p_traits"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
udp2p_utils = "0.2.0"