Crate registrar

Crate registrar 

Source
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§

name_com
Name.com API Client
porkbun
Porkbun API Client

Enums§

Error
A universal error type for all registrar operations.

Type Aliases§

Result
A specialized Result type for registrar operations.