feat: Add StrategySelector

This way the user could be able to extend this easily
This commit is contained in:
Diana Carvalho
2025-01-14 10:45:34 +00:00
parent 647f697ea2
commit 6e67875821
5 changed files with 36 additions and 23 deletions

View File

@@ -3,5 +3,6 @@ mod models;
mod permit2;
mod router_encoder;
mod strategy_encoder;
mod strategy_selector;
mod swap_encoder;
mod utils;