iprint 0.1.1

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
13
14
15
16
[dependencies.log]
optional = true
version = "0.4.20"

[features]
log = ["dep:log"]

[package]
description = "A simple debugging utility that prints indented text based on function call depth"
edition = "2021"
homepage = "https://github.com/FlorianNAdam/iprint-rs"
license = "MIT"
name = "iprint"
readme = "README.md"
repository = "https://github.com/FlorianNAdam/iprint-rs"
version = "0.1.1"