pigrabbit-0.1.2 has been yanked.
PigRabbit
A rust wrapper for porkbun's api
Example
Adding a record to the domain and view all the records:
let keys_file = read_to_string.expect;
let keys = from_str.unwrap;
let mut client = new;
let record = Record;
client.add_record.await.unwrap;
//Wait for the remote to catch up
sleep.await;
let records = client.retreive_by_domain_with_id.await.unwrap;
println!;