mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
docs: feature list
This commit is contained in:
parent
ce271043b3
commit
85ab78b73c
1 changed files with 8 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh
|
||||||
|
|
||||||
> Install from [crates.io](https://crates.io/), features are optional
|
> Install from [crates.io](https://crates.io/), features are optional
|
||||||
> ```shell
|
> ```shell
|
||||||
> cargo install pay-respects --features=runtime-rules,request-ai
|
> cargo install pay-respects --all-features
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
> Clone from git and install, suitable for adding custom compile-time rules:
|
> Clone from git and install, suitable for adding custom compile-time rules:
|
||||||
|
|
@ -101,6 +101,13 @@ curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh
|
||||||
> cargo install --path .
|
> cargo install --path .
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> Features:
|
||||||
|
>
|
||||||
|
> - `runtime-rules`: Read rules in runtime
|
||||||
|
> - `request-ai`: Request AI for suggestion
|
||||||
|
> - `libcurl`: Dynamically link `libcurl` for requests
|
||||||
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Rule Files
|
## Rule Files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue