3个不稳定版本
0.2.0 | 2022年10月2日 |
---|---|
0.1.1 | 2022年10月1日 |
0.1.0 | 2022年10月1日 |
#3 在 #aptos 中
5KB
75 行
aptos pprint
在代码中使用 debug::print(&b"aptos调试变得简单")
。
之前 🤯
$ aptos move test
...
[debug] (&) [97, 112, 116, 111, 115, 32, 100, 101, 98, 117, 103, 32, 109, 97, 100, 101, 32, 101, 97, 115, 121]
[debug] (&) { [97, 112, 116, 111, 115, 32, 100, 101, 98, 117, 103, 32, 109, 97, 100, 101, 32, 101, 97, 115, 121] }
之后 😇
$ aptos move test | aptos-pprint
...
[debug] (&) aptos debug made easy
[debug] (&) { aptos debug made easy }
安装
cargo install aptos-pprint
依赖项
~2.1–3MB
~53K SLoC