ConnorSkees
ebfeb35341
Refactor Selector to be Vec rather than recursive enum
The initial implementation of Selector was a recursive enum with boxed variants. This new implementation is linear and relies on only one level of indirection.
Description
No description provided
Languages
Rust
100%