Crates.io | ethers-structopt |
lib.rs | ethers-structopt |
version | 0.1.0 |
source | src |
created_at | 2021-08-29 18:43:16.171453 |
updated_at | 2021-08-29 18:43:16.171453 |
description | Structopt derived ethers-rs types, useful for building Ethereum CLIs |
homepage | https://docs.rs/ethers-structopt |
repository | https://github.com/gakonst/ethers-structopt |
max_upload_size | |
id | 443858 |
size | 4,559 |
Provides ethers-compatible Structopt derives, useful for building Ethereum CLIs.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure that the tests and lints pass (cargo test && cargo clippy -- -D clippy::all && cargo fmt -- --check).
Make sure to add your changes to the "Unreleased" section of the changelog.