pyprint 1.0.1

Library to enable python-style printing in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pyprint"
version = "1.0.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/su-z/pyprint.git"
description = "Library to enable python-style printing in rust"
readme = "README.md"

[lib]
name = "pyprint"
path = "src/lib.rs"

[dependencies]