Skip to main content

Crate rdap_types

Crate rdap_types 

Source
Expand description

RDAP protocol types and error definitions.

Implements RFC 9083 data structures used across the RDAPify workspace.

Re-exports§

pub use asn::AsnResponse;
pub use availability::AvailabilityResult;
pub use common::RdapEntity;
pub use common::RdapEvent;
pub use common::RdapRemark;
pub use common::RdapRole;
pub use common::RdapStatus;
pub use common::ResponseMeta;
pub use domain::DomainResponse;
pub use domain::RegistrarSummary;
pub use entity::EntityResponse;
pub use error::RdapError;
pub use error::Result;
pub use ip::IpResponse;
pub use ip::IpVersion;
pub use nameserver::NameserverIpAddresses;
pub use nameserver::NameserverResponse;

Modules§

asn
Normalised RDAP Autonomous System Number response type.
availability
Domain availability result type.
common
Shared RDAP data types used across all response objects.
domain
Normalised RDAP domain response type.
entity
Normalised RDAP entity response type.
error
Error types for the rdapify library.
ip
Normalised RDAP IP network response type.
nameserver
Normalised RDAP nameserver response type.