Skip to content

Commit e94a49c

Browse files
committed
src/lib.rs:intermediate doc formatting:working
1 parent 3bcf07c commit e94a49c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/lib.rs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,53 +25,55 @@
2525
//
2626
//! #### [GET /api/v1/difficulty-adjustment](https://mempool.space/api/v1/difficulty-adjustment)
2727
//!
28-
//! mempool-space --difficulty_adjustment
28+
//! mempool-space \--difficulty_adjustment
29+
//!
2930
//! mempool-space_difficulty_adjustment
3031
//!
3132
//! #### [GET /api/v1/prices](https://mempool.space/api/v1/prices)
3233
//!
33-
//! mempool-space --prices
34+
//! mempool-space \--prices
35+
//!
3436
//! mempool-space_prices
3537
//!
3638
//! #### [GET /api/v1/historical-price?currency=EUR&timestamp=1500000000](https://mempool.space/api/v1/historical-price?currency=EUR&timestamp=1500000000)
3739
//!
38-
//! mempool-space --historical_price --currency usd --timestamp utc_sec
40+
//! mempool-space \--historical_price \--currency usd \--timestamp utc_sec
3941
//!
40-
//! mempool-space --historical_price --currency eur --timestamp 1500000000
42+
//! mempool-space \--historical_price \--currency eur \--timestamp 1500000000
4143
//!
42-
//! mempool-space --historical_price --currency usd --timestamp "$(date +%s)"
44+
//! mempool-space \--historical_price \--currency usd \--timestamp "$(date +%s)"
4345
//!
4446
//
4547
//! ## [ADDRESSES](https://mempool.space/docs/api/rest#get-address)
4648
//
4749
//!
4850
//! #### [GET /api/address:address](https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv)
4951
//!
50-
//! mempool-space --address 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
52+
//! mempool-space \--address 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
5153
//!
5254
//! mempool-space_address 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
5355
//!
5456
//! #### [GET /api/address:address/txs](https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv/txs)
5557
//!
56-
//! mempool-space --address_txs 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
58+
//! mempool-space \--address_txs 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
5759
//!
5860
//! mempool-space_address_txs 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
5961
//!
6062
//! #### [GET /api/address:address/txs/chain](https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv/txs/chain)
6163
//!
62-
//! mempool-space --address_txs_chain 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
64+
//! mempool-space \--address_txs_chain 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
6365
//!
6466
//! mempool-space_address_txs_chain 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
6567
//!
6668
//! #### [GET /api/address:address/txs/mempool](https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv/txs/mempool) (may be empty for test address)
6769
//!
68-
//! mempool-space --address_txs_mempool 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
70+
//! mempool-space \--address_txs_mempool 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
6971
//!
7072
//! mempool-space_address_txs_mempool 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
7173
//!
7274
//! #### [GET /api/address:address/utxo](https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv/utxo)
7375
//!
74-
//! mempool-space --address_utxo 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
76+
//! mempool-space \--address_utxo 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
7577
//!
7678
//! mempool-space_address_utxo 1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv
7779

0 commit comments

Comments
 (0)