Added a first pass at sort-by

This commit is contained in:
Yehuda Katz
2019-05-17 08:55:50 -07:00
parent 9d8bb48d3f
commit 2feef6bd25
8 changed files with 94 additions and 5 deletions

View File

@ -74,6 +74,7 @@ fn main() -> Result<(), Box<Error>> {
("reject", Box::new(reject::Reject)),
("to-array", Box::new(to_array::ToArray)),
("where", Box::new(where_::Where)),
("sort-by", Box::new(sort_by::SortBy)),
]);
}