Expand description
§Registrar
A unified client for domain registrar APIs.
This crate provides a strongly-typed, asynchronous interface to interact with various domain registrar APIs. Each registrar is enabled via a feature flag to keep the crate lightweight.
§Currently Supported Registrars
porkbun(requires the “porkbun” feature)name-com(requires the “name-com” feature)
Modules§
Enums§
- Error
- A universal error type for all registrar operations.
Type Aliases§
- Result
- A specialized
Resulttype for registrar operations.