dlcns 0.1.0-alpha

A library for interacting with the DarkLight Centralized Name Server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc = include_str!("../README.md")]
extern crate dlwp;

use dlwp::id::{DId, LId, Port};

pub mod get;
pub mod name;

pub const CNS_ID: LId = 1000;
pub const CNS_PORT: Port = 4999;
pub const CNS_DISTRIBUTOR: DId = 3;
pub const OWNERS_LIST: &str = "owners_list.json";