brewfyi 0.1.1

Coffee variety guide with roasting, brewing methods, and origins — async API client for brewfyi.com.
Documentation
1
2
3
4
5
mod client;
mod types;

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