drinkfyi 0.1.0

Beverage encyclopedia hub for cocktails, wine, beer, and more — async API client for drinkfyi.com.
Documentation
1
2
3
4
5
mod client;
mod types;

pub use client::Client;
pub use types::*;