| Crates.io | mev-rs |
| lib.rs | mev-rs |
| version | 0.1.1 |
| created_at | 2022-10-14 13:59:27.354601+00 |
| updated_at | 2022-10-14 14:06:27.426481+00 |
| description | Modern and maximally-minimal rust tooling for MEV |
| homepage | |
| repository | https://github.com/abigger87/subway-rs |
| max_upload_size | |
| id | 688201 |
| size | 6,610,095 |
Modern and maximally-minimal rust tooling for MEV.
Install rust if it's not already installed.
Then you can add mev_rs to your Cargo.toml:
[dependencies]
mev_rs = "0.1.0"
.
├─ src
│ ├─ lib.rs — Exported modules with a re-exported prelude.
│ ├─ numeric.rs — Refactored functions for numeric operations.
│ ├─ relayer.rs — Wrappers for network requests.
│ ├─ telemetry.rs — Telemetry for verbose logging.
│ ├─ uniswap.rs — Uniswap library.
│ └─ utils.rs — Common utilities.
└─ tests
└─ exhaustive testing