manydns 1.3.0

Provider-agnostic DNS zone and record management, inspired by the Go libdns project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Unit tests for core library types and internal functions.
//!
//! These tests focus on internal types, parsing logic, and helper functions
//! that don't require network access or mock servers.

mod types;

#[cfg(feature = "namecheap")]
mod namecheap;

#[cfg(feature = "cloudflare")]
mod http_config;