6个版本 (1个稳定版)
1.0.0 | 2022年1月1日 |
---|---|
0.1.4 | 2021年9月23日 |
0.1.2 | 2021年8月15日 |
排名 412 位,在 命令行界面
在 ryan-cli 中使用
23KB
519 代码行
termcolor-json
let stdout = StandardStream::stdout(ColorChoice::Auto);
termcolor_json::to_writer(
&mut stdout.lock(),
&serde_json::json!({
"string": "value",
"number": 123,
"bool": true,
"null": null,
}),
)?;
许可证
许可协议为以下之一
- Apache License,版本2.0 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非你明确表示,否则根据Apache-2.0许可证定义,你提交给作品的所有有意贡献,将根据上述协议双重许可,不附加任何额外的条款或条件。
依赖
~0.5–8MB
~60K SLoC