swap-kit-engine 0.1.1

High-performance MEV simulation and quote aggregation engine for swap-kit
Documentation
1
2
3
4
5
6
7
8
9
10
//! Public library API for the swap-kit engine.
//!
//! This module re-exports all public types and functions for use as a library crate.

pub mod mev;
pub mod quote;
pub mod mining;

// Re-export types for convenience
pub use swap_kit_types::*;