1 个不稳定版本

0.1.0 2023 年 10 月 13 日

#2621 in 解析器实现

MIT 许可证

76KB
120

Flatr

以平面格式打印 JSON 文件。

这是对 catj 工具的 Rust 重写。

Demo of usage

用法

flatr --file my-file.json

构建

git clone https://github.com/jfvillablanca/flatr
cd flatr
cargo build --release
./target/release/flatr --help

安装

cargo install flatr

使用 Nix 构建

nix build github:jfvillablanca/flatr

使用 Nix 运行

nix run github:jfvillablanca/flatr -- -f my-file.json

动机

我目前正在学习 Rust :).

依赖项

~3–14MB
~122K SLoC