# Table of Contents <!-- omit from toc -->
- [Overview](#overview)
- [Project Status](#project-status)
- [Development Notes](#development-notes)
# Overview
This project provides two components:
1. **Library** — A Rust client library/SDK for interacting with the PowerDNS Authoritative Server API.
2. **CLI** — A command-line application built on top of the client library.
# Project Status
This is a personal learning project, which leads to certain limitations, such as:
- Development is maintained on a best-effort basis. There is no guaranteed release schedule.
- The public API and supported feature set may remain intentionally minimal.
- Cross-platform support is limited and may not be actively tested.
- APIs and internal implementation details may not always be idiomatic.
# Development Notes
- This project is developed and tested only on Ubuntu
- Rust patterns in internal code and ecosystem tooling may be in constant flux and may not always be idiomatic for Rust