| Crates.io | pay-respects-module-runtime-rules |
| lib.rs | pay-respects-module-runtime-rules |
| version | 0.1.10 |
| created_at | 2024-12-08 16:58:22.835563+00 |
| updated_at | 2025-04-22 14:40:17.404318+00 |
| description | Runtime rules module for the pay-respects CLI tool |
| homepage | https://codeberg.org/iff/pay-respects |
| repository | https://github.com/iffse/pay-respects |
| max_upload_size | |
| id | 1476441 |
| size | 20,635 |
Module for pay-respects which allows you to add rules at runtime.
Syntax is currently 100% compatible with upstream's compile-time rules.
Rules are searched in these directories:
XDG_CONFIG_HOME, defaults to $HOME/.config.XDG_CONFIG_DIRS, defaults to /etc/xdg.XDG_DATA_DIRS, defaults to /usr/local/share:/usr/share.The actual rule file should be placed under pay-respects/rules/, for example:
~/.config/pay-respects/rules/cargo.toml. To avoid parsing unnecessary rules,
the name of the file MUST match the command name.
An exception is _PR_GENERAL.toml that is always parsed.