See this dicussion: https://github.com/r-staceans/blazr/discussions/8 Acceptance criteria: - [ ] Analogue to `dplyr::filter()` written - [ ] Analogue to `dplyr::mutate()` written - [ ] Analogue to `dplyr::arrange()` written - [ ] Back-end to all should likely involve Rust's `rayon` crate, and follow the guidance outlined in this chapter: https://rust-lang-nursery.github.io/rust-cookbook/concurrency/parallel.html