diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-12 21:14:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-12 21:14:15 +0100 |
commit | 6742638c81f8bda2ba3e3ab72ec520ab22b314e2 (patch) | |
tree | 0e85579ed8523a4fc8448d931a302350cbf9e952 /src/lib.rs | |
parent | 50401989724ed70f031055463e21caad76589742 (diff) | |
download | netapp-6742638c81f8bda2ba3e3ab72ec520ab22b314e2.tar.gz netapp-6742638c81f8bda2ba3e3ab72ec520ab22b314e2.zip |
Replace pk,pubkey,PublicKey by id,NodeID,etc
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,3 +27,4 @@ pub mod netapp; pub mod peering; pub use netapp::*; +pub use util::NodeID; |