ripgrep 0.1.13

Line oriented search tool using Rust's regex library. Combines the raw performance of grep with the usability of the silver searcher.
#!/bin/sh

export RUSTFLAGS="-C target-feature=+ssse3"
# export RUSTFLAGS="-C target-cpu=native"
cargo build --release --features simd-accel