iprint 0.1.4

A simple debugging utility that prints indented text based on function call depth
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "iprint"
version = "0.1.4"
license = "MIT"
description = "A simple debugging utility that prints indented text based on function call depth"
homepage = "https://github.com/FlorianNAdam/iprint-rs"
repository = "https://github.com/FlorianNAdam/iprint-rs"
readme = "README.md"
edition = "2021"

[features]
log = []