cloudflare-dns 0.1.5

A TUI for managing Cloudflare DNS records programmatically
Documentation
1
2
3
4
5
6
7
pub mod app_layout;
pub mod create_form;
pub mod delete_confirm;
pub mod form_field;
pub mod ip_selector;
pub mod record_list;
pub mod status_bar;