kapiti 0.0.3

The Kapiti DNS Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Generated serializable enum types for DNS values
#[allow(non_camel_case_types)]
pub mod enums_generated;

/// Serializable struct definition of a DNS message and related contents
pub mod message;

/// Serializable struct definition of a DNS RDATA content
pub mod rdata;

/// Generated hash based on the content of the specs/ directory (except this file itself)
pub mod version_generated;