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.
2020-01-11 14:51:31 -05:00
2020-01-04 22:53:53 -05:00
2020-01-04 22:53:53 -05:00
Description
No description provided
3.2 MiB
Languages
Rust 100%