veltrix 0.5.0

Unix helpers, service integrations, and Unicode metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Technitium DNS Server API foundation types.
//!
//! v0.3.0 pins the intended HTTP API family and models authentication,
//! response wrappers, and initial DNS data shapes. Endpoint clients are
//! planned for later service milestones.

pub mod spec;
pub mod types;

pub use spec::*;
pub use types::*;