dns-update 0.2.0

Dynamic DNS update (RFC 2136 and cloud) library for Rust
Documentation
/*
 * Copyright Stalwart Labs LLC See the COPYING
 * file at the top-level directory of this distribution.
 *
 * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
 * https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
 * <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
 * option. This file may not be copied, modified, or distributed
 * except according to those terms.
 */

pub mod bunny_test;
pub mod desec_tests;
pub mod dnsimple_tests;
pub mod google_cloud_dns_tests;
#[cfg(test)]
pub mod lib_tests;
pub mod ovh_tests;
pub mod porkbun_tests;
#[cfg(test)]
pub mod route53_tests;
pub mod spaceship_tests;