We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a66af0 commit 4ceb08eCopy full SHA for 4ceb08e
src/public_api/currencies.rs
@@ -1,6 +1,8 @@
1
//! #Examples
2
//!
3
//! ```
4
+//! use zaif_api::public_api::*;
5
+//!
6
//! let api = CurrenciesBuilder::new().name("btc".to_string()).finalize();
7
//! for currency in api.exec().unwrap() {
8
//! println!("name: {} is_token: {}", currency.name, currency.is_token);
0 commit comments