move-pprint

Crates.iomove-pprint
lib.rsmove-pprint
version0.1.0
sourcesrc
created_at2022-12-20 16:47:45.471287
updated_at2022-12-20 16:47:45.471287
descriptiona script that makes move debug message readable
homepage
repositoryhttps://github.com/blockquests/move-pprint
max_upload_size
id742457
size3,939
Nam Dam (namqdam)

documentation

README

move pprint

Version

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

Install

cargo install move-pprint
Commit count: 10

cargo fmt