beerfyi 0.1.1

Beer style guide with BJCP styles, hops, malts, and yeast — async API client for beerfyi.com.
Documentation
1
2
3
4
5
mod client;
mod types;

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