ingredient parser:配方成分行项目解析器:cooking: 源码
成分分析器 这样可以利用将配方中的成分行项目解析为通用格式。 ip 例如: 11⁄4 cups / 155.5 grams flour, lightly sifted => { name: "flour", amounts: [Amount { unit: "cups", value: 1.25 }, Amount { unit: "grams", value: 155.5 }], modifier: Some("lightly sifted") }
文件列表
ingredient-parser-main.zip
(预估有个10文件)
ingredient-parser-main
Cargo.toml
716B
.github
workflows
rust.yml
1KB
Cargo.lock
11KB
src
lib.rs
15KB
bin
cli.rs
1KB
暂无评论