code-path 0.4.0

A code path macro
Documentation
# code-path

[![License](https://img.shields.io/crates/l/code-path.svg)](https://choosealicense.com/licenses/mit/)
[![Crates.io](https://img.shields.io/crates/v/code-path.svg)](https://crates.io/crates/code-path)
[![Docs.rs](https://docs.rs/code-path/badge.svg)](https://docs.rs/code-path)

A code path macro

## Usage

Check out an [anyhow example](`examples/anyhow.rs`).

## Contributing

- please run [.pre-commit.sh] before sending a PR, it will check everything

## License

This project is licensed under the [MIT license](LICENSE).