devx-pre-commit 0.4.0

Utilities for creating git pre-commit hooks useful in rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[`rustfmt`]: https://github.com/rust-lang/rustfmt
[crate-level-docs]: https://docs.rs/devx-pre-commit

# devx-pre-commit

`devx-pre-commit` provides utilities for creating git pre-commit hooks.

In particular, there are convenient APIs for
- Efficiently running [`rustfmt`] on crates with staged rust source files
- Installing the current binary to `.git/hooks/pre-commit`

See the [crate-level docs][crate-level-docs] for more info.