veltrix 0.7.1

Unix helpers, service integrations, and Unicode metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Technitium DNS Server API client and foundation types.
//!
//! The v0.6.0 client covers authentication, zones, records, settings,
//! resolving, logs, stats, blocking, and CI/CD-style import/bulk workflows.

pub mod client;
pub mod spec;
pub mod types;

pub use client::{TechnitiumClient, acme_challenge_name, caddy_acme_challenge_name};
pub use spec::*;
pub use types::*;