arity 0.11.0

A language server, formatter, and linter for R
1
2
3
4
5
6
7
8
9
10
11
//! Performance rules — correct code with a faster, idiomatic equivalent.

mod any_duplicated;
mod any_is_na;
mod crossprod;
mod fixed_regex;

pub use any_duplicated::AnyDuplicated;
pub use any_is_na::AnyIsNa;
pub use crossprod::Crossprod;
pub use fixed_regex::FixedRegex;