mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
chore: move rules to root
This commit is contained in:
1
core/rules
Symbolic link
1
core/rules
Symbolic link
@@ -0,0 +1 @@
|
||||
../rules
|
2
rules.md
2
rules.md
@@ -1,6 +1,6 @@
|
||||
# Writing Rules
|
||||
|
||||
Rule files placed under [rules](./core/rules) in the project directory are parsed at compilation, everything is parsed to Rust code before compiling. You don't have to know the project structure nor Rust to write blazing fast rules!
|
||||
Rule files placed under [rules](./rules) in the project directory are parsed at compilation, everything is parsed to Rust code before compiling. You don't have to know the project structure nor Rust to write blazing fast rules!
|
||||
|
||||
For compile-time rules, if only rules are changed, cargo won't recompile the project because Rust code were intact. You will have to notify it manually by:
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user