1 个不稳定版本
0.1.0 | 2023年5月19日 |
---|
189 在 #unit
2KB
promptc-rs
使用块解析器
use promptc::block::Unit;
let unit: Result<Unit, _> = Unit::from_str("...");
使用示例
> cargo run --example exam abc
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `C:\Users\enter\projects\.cargo\targets\debug\examples\exam.exe abc`
Ok(Unit([Expr { normal_text: "abc", interp: None }]))