refactor: PR comments (moving things around/docs)...

- Move the validator into its own file, for organization purposes.
- Add missing elements to `SplitSwapStrategyEncoder` docstring
This commit is contained in:
TAMARA LIPOWSKI
2025-02-17 23:57:01 -05:00
parent 44aabf1761
commit 8f1e372c90
3 changed files with 559 additions and 538 deletions

View File

@@ -1,2 +1,3 @@
pub mod strategy_encoder_registry;
mod strategy_encoders;
mod strategy_validators;