rerast 0.1.74

An AST (abstract syntax tree) based search replace tool for code written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
rust:
  - nightly
os:
  - linux
  - osx
install:
  - rustup component add --toolchain nightly rustc-dev
notifications:
  email:
    - rerast-dev@googlegroups.com
    - dvdlttmr@gmail.com