| Crates.io | uniswap-v2-sdk |
| lib.rs | uniswap-v2-sdk |
| version | 2.0.0 |
| created_at | 2024-03-28 16:24:59.135869+00 |
| updated_at | 2025-10-05 09:22:04.428878+00 |
| description | Uniswap V2 SDK for Rust |
| homepage | |
| repository | https://github.com/shuhuiluo/uniswap-v2-sdk-rs |
| max_upload_size | |
| id | 1189160 |
| size | 172,737 |
A Rust SDK for building applications on top of Uniswap V2. Migration from the TypeScript Uniswap/v2-sdk.
Add this to your Cargo.toml
[dependencies]
uniswap-v2-sdk = "2.0"
And this to your code:
use uniswap_v2_sdk::prelude::*;
The current MSRV (minimum supported rust version) is 1.85.
no_stdBy default, this library does not depend on the standard library (std). However, the std feature can be enabled.
This project is licensed under the MIT License - see the LICENSE file for details.