mev-rs

Crates.iomev-rs
lib.rsmev-rs
version0.1.1
sourcesrc
created_at2022-10-14 13:59:27.354601
updated_at2022-10-14 14:06:27.426481
descriptionModern and maximally-minimal rust tooling for MEV
homepage
repositoryhttps://github.com/abigger87/subway-rs
max_upload_size
id688201
size6,610,095
refcell (refcell)

documentation

README

mev-rs • ci license crates.io

Modern and maximally-minimal rust tooling for MEV.

Usage

Install rust if it's not already installed.

Then you can add mev_rs to your Cargo.toml:

[dependencies]
mev_rs = "0.1.0"

Blueprint

.
├─ 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

Credits

Commit count: 75

cargo fmt