cargo-mutants
cargo-mutants copied to clipboard
Mutate +, -, *, /, %, &, ^, |, <<, >>, and their assignment versions
- [ ] Docs
- [x] Maybe also assignment ops like
+=, which is apparently also a binop in the AST - [x] Bitwise ops
& | << >>
Fixes #200