aptos-pprint

Crates.ioaptos-pprint
lib.rsaptos-pprint
version0.2.0
sourcesrc
created_at2022-10-01 15:55:59.455376
updated_at2022-10-02 12:37:42.892138
descriptiona script that makes aptos debug message readable
homepage
repositoryhttps://github.com/0xbe1/aptos-pprint
max_upload_size
id677883
size5,132
0xbe1 (0xbe1)

documentation

README

aptos pprint

With debug::print(&b"aptos debug made easy") in code.

Before 🤯

$ 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] }

After 😇

$ aptos move test | aptos-pprint
...
[debug] (&) aptos debug made easy
[debug] (&) { aptos debug made easy }

Install

cargo install aptos-pprint
Commit count: 9

cargo fmt