prettiest provides pretty-printing Debug
and Display
impls
for Javascript values in the wasm-bindgen crate.
Pretty
trait offers a .pretty()
method to anything AsRef<JsValue>
.Prettified
implements Display
.Prettified::skip_property
allows deleting properties that aren't useful to print, like
timeStamp
.Pretty::Unknown
.Pretty
enum renamed to Prettified
to allow trait to be named Pretty
.Initial release. Only sort of works -- not recommended for use.