feat: add pretty print

This commit is contained in:
2021-08-08 11:14:32 +08:00
parent c20df9c739
commit 4a873ab1f6
5 changed files with 884 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "prettyprint"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prettyprint = "*"