| Crates.io | move-pprint |
| lib.rs | move-pprint |
| version | 0.1.0 |
| created_at | 2022-12-20 16:47:45.471287+00 |
| updated_at | 2022-12-20 16:47:45.471287+00 |
| description | a script that makes move debug message readable |
| homepage | |
| repository | https://github.com/blockquests/move-pprint |
| max_upload_size | |
| id | 742457 |
| size | 3,939 |
With debug::print(&b"move debug made easy") in code.
Before 🤯
$ move test
...
[debug] 0x6d6f7665206465627567206d6164652065617379
After 😇
$ move test | move-pprint
...
[debug] move debug made easy
cargo install move-pprint