Docs.rs
  • tdns-cli-0.0.5
    • tdns-cli 0.0.5
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • rotty
    • Dependencies
      • base64 ^0.10.1 normal
      • crypto-mac ^0.7.0 normal
      • failure ^0.1.5 normal
      • futures ^0.1.29 normal
      • hmac ^0.7.1 normal
      • once_cell ^1.2.0 normal
      • rand ^0.7.2 normal
      • resolv-conf ^0.6.2 normal
      • sha2 ^0.8.0 normal
      • structopt ^0.3.1 normal
      • tokio ^0.1.22 normal
      • tokio-tcp ^0.1.3 normal
      • tokio-udp ^0.1.5 normal
      • trust-dns ^0.17.0 normal
    • Versions
    • 1.69% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

tdns_cli0.0.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • TcpOpen
  • UdpOpen
  • query::Query
  • record::RecordSet
  • record::RsDataIter
  • record::RsKey
  • tsig::Key
  • tsig::UnknownAlgorithm
  • update::Monitor
  • update::Update
  • util::CommaSeparated

Enums

  • record::RsData
  • record::RsDataParseError
  • record::TryFromRecordsError
  • tsig::Algorithm
  • tsig::Error
  • update::Expectation
  • update::Operation
  • util::ParseSocketNameError
  • util::SocketName

Traits

  • DnsOpen

Functions

  • query::perform_query
  • query::print_dns_response
  • tsig::add_signature
  • update::monitor_update
  • update::perform_update
  • update_message::append
  • update_message::create
  • update_message::delete_all
  • update_message::delete_by_rdata
  • update_message::delete_rrset
  • util::dns_query
  • util::get_ns_records
  • util::get_system_resolver
  • util::query_ip_addr
  • util::resolve_ip

Type Aliases

  • RuntimeHandle