pdns-cli 0.0.3

Rust client library and CLI for the PowerDNS Authoritative Server API
Documentation
1
2
3
// The common/mod.rs file lets you defined a shared module in the tests directory that can be shared
// note that by default each file in the tests module is a separate crate
// and so will ikely need the `mod common;` registration line to use this module