rust/crates/mbe
Matthias Krüger cad617bba0 some clippy::performance fixes
use vec![] instead of Vec::new() +  push()
avoid redundant clones
use chars instead of &str for single char patterns in ends_with() and starts_with()
allocate some Vecs with capacity to avoid unneccessary resizing
2021-03-15 10:19:59 +01:00
..
src some clippy::performance fixes 2021-03-15 10:19:59 +01:00
Cargo.toml Compilation speed 2021-03-09 22:30:58 +03:00