srgn 0.1.0

A code surgeon for precise text and code transplantation
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

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

1. Install the [Rust toolchain]https://doc.rust-lang.org/cargo/getting-started/installation.html
2. Optionally:

   - install [`just`]https://github.com/casey/just and, in the repo root,
   run `just` to learn of some more advanced commands available
   - set up [`pre-commit`]https://pre-commit.com/#3-install-the-git-hook-scripts
3. Fire away...