8 个稳定版本
1.0.7 | 2022年11月6日 |
---|---|
1.0.6 | 2022年8月14日 |
1.0.4 | 2022年7月22日 |
#1 in #food
每月 22 下载
120KB
69 行
🦀 ruoka-rs
一个快速从 mayk.fi/tietoa-meista/ruokailu 获取菜单的工具。程序使用 curl
获取 HTML,用正则表达式解析,并使其更加 多彩。
安装
Linux & MacOS
在您的终端中运行以下命令
cargo build # compile
mv ./target/debug/ruoka-rs /usr/bin # move the program to bin
其他系统
通过 cargo
安装 软件包
cargo install ruoka-rs
缺少 cargo
?
🦀 在 Linux 和 MacOS 系统上,运行
curl https://sh.rustup.rs -sSf | sh
🦀 在 Windows 上,下载并运行 rustup-init.exe。它将在控制台中开始安装。
有关其他安装选项和信息,请访问 Rust 网站的 安装 页面。
🦀 从源码构建和安装 Cargo
或者,您可以 从源码构建 Cargo
。
享受吧!
(此外,如果您有任何问题或疑问,请随时联系 zeriaxdev.)
依赖
~10–22MB
~295K SLoC