srgn 0.13.0

A grep-like tool which understands source code syntax and allows for manipulation in addition to search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing

For local development, there isn't much to prepare:

1. Refer to the [README]README.md#contributing for how to set up local development
2. Optionally, set up
   [`pre-commit`]https://pre-commit.com/#3-install-the-git-hook-scripts for the repo
3. When adding new snapshot tests, run [`insta`]https://crates.io/crates/cargo-insta
   like

   ```bash
   cargo insta test || cargo insta review
   ```

   to generate and review new and existing snapshots.