q-debug 0.1.0

Quick and dirty debugging for tired Rust programmers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "q-debug"
version = "0.1.0"
description = "Quick and dirty debugging for tired Rust programmers"
authors = ["Ben Steadman <steadmanben1@gmail.com>"]
homepage = "https://github.com/SteadBytes/q-rs"
license = "MIT"
repository = "https://github.com/SteadBytes/q-rs"
readme = "README.md"
edition = "2018"

[dependencies]
lazy_static = "1.4.0"
chrono = "0.4"

[dev-dependencies]
regex = "1.3.9"