Docs.rs
  • hickory-server-0.24.0
    • hickory-server 0.24.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • bluejekyll
    • Dependencies
      • async-trait ^0.1.43 normal
      • basic-toml ^0.1 normal
      • bytes ^1 normal
      • cfg-if ^1 normal
      • enum-as-inner ^0.6 normal
      • futures-util ^0.3.5 normal
      • h2 ^0.3.0 normal
      • h3 ^0.0.2 normal
      • h3-quinn ^0.0.3 normal
      • hickory-proto ^0.24.0 normal
      • hickory-recursor ^0.24.0 normal
      • hickory-resolver ^0.24.0 normal
      • http ^0.2 normal
      • openssl ^0.10.55 normal
      • rusqlite ^0.29.0 normal
      • rustls ^0.21.6 normal
      • serde ^1.0 normal
      • thiserror ^1.0.20 normal
      • time ^0.3 normal
      • tokio ^1.21 normal
      • tokio-openssl ^0.6.0 normal
      • tokio-rustls ^0.24.0 normal
      • tokio-util ^0.7.9 normal
      • tracing ^0.1.30 normal
      • futures-executor ^0.3.5 dev
      • tokio ^1.21 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • 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

hickory_server0.24.0

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • authority::AnyRecords
  • authority::Catalog
  • authority::EmptyLookup
  • authority::LookupOptions
  • authority::MessageRequest
  • authority::MessageResponse
  • authority::MessageResponseBuilder
  • authority::Queries
  • config::Config
  • config::ZoneConfig
  • config::dnssec::KeyConfig
  • config::dnssec::TlsCertConfig
  • error::ConfigError
  • error::PersistenceError
  • server::Request
  • server::RequestInfo
  • server::ResponseHandle
  • server::ResponseInfo
  • server::ServerFuture
  • server::TimeoutStream
  • store::file::FileAuthority
  • store::file::FileConfig
  • store::forwarder::ForwardAuthority
  • store::forwarder::ForwardConfig
  • store::forwarder::ForwardLookup
  • store::in_memory::InMemoryAuthority
  • store::recursor::RecursiveAuthority
  • store::recursor::RecursiveConfig
  • store::sqlite::SqliteConfig
  • store::sqlite::authority::SqliteAuthority
  • store::sqlite::persistence::Journal
  • store::sqlite::persistence::JournalIter

Enums

  • authority::AuthLookup
  • authority::AuthLookupIter
  • authority::LookupError
  • authority::LookupRecords
  • authority::LookupRecordsIter
  • authority::ZoneType
  • config::dnssec::CertType
  • config::dnssec::PrivateKeyType
  • error::ConfigErrorKind
  • error::PersistenceErrorKind
  • server::Protocol
  • store::StoreConfig

Traits

  • authority::Authority
  • authority::AuthorityObject
  • authority::DnssecAuthority
  • authority::LookupObject
  • authority::UpdateRequest
  • server::RequestHandler
  • server::ResponseHandler

Functions

  • config::dnssec::load_cert
  • version

Type Aliases

  • authority::LookupResult
  • authority::UpdateResult
  • error::ConfigResult
  • error::PersistenceResult

Constants

  • store::sqlite::persistence::CURRENT_VERSION