seer-core 0.35.0

Core library for Seer domain name utilities
Documentation
1
2
3
4
5
6
7
8
9
10
mod client;
mod parser;
pub mod parsers;
mod servers;

pub use client::WhoisClient;
pub use parser::WhoisResponse;
// Tolerant multi-format date parser, reused by the RDAP types module.
pub(crate) use parser::parse_date;
pub use servers::{get_registry_url, get_tld, get_whois_server};