dry 0.1.0

Rust macros for idiomatic deduplication of code. Use whenever `macro_rules!` is still too powerful and clunky.
Documentation
1
2
3
4
5
6
7
allow-branch = ["main"]
pre-release-commit-message = "chore: (cargo-release) version {{version}}"
post-release-commit-message = "chore: (cargo-release) start next development iteration {{next_version}}"
pre-release-replacements = [
  {file="README.md", search="dry = \"[^\"]*\"", replace="{{crate_name}} = \"{{version}}\""},
  {file="README.md", search="dry = { version = \"[^\"]*\"", replace="{{crate_name}} = { version = \"{{version}}\""},
]