llman 0.0.73

A tool for managing LLM application rules(prompts) ...
Documentation
# llman

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/StrayDragon/llman/blob/main/LICENSE)
[![CI](https://github.com/StrayDragon/llman/actions/workflows/ci.yaml/badge.svg)](https://github.com/StrayDragon/llman/actions/workflows/ci.yaml)

> [!warning]
>
> 🏗 施工中

## 安装

crates.io 发行(llman-core / llman-sdd / gherkin-zh 一并发布):

```bash
cargo install llman --version 0.0.73
```

> [!note]
>
> 发布过渡期快捷安装(从 GitHub tag 直接构建,效果等价):
>
> ```bash
> cargo install --git https://github.com/StrayDragon/llman --tag v0.0.73
> ```

需要 nightly 工具链(`rust-toolchain.toml` 会自动切换)。