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
18
[dependencies.chrono]
version = "0.4"

[dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.regex]
version = "1.3.9"

[package]
authors = ["Ben Steadman <steadmanben1@gmail.com>"]
description = "Quick and dirty debugging for tired Rust programmers"
edition = "2018"
homepage = "https://github.com/SteadBytes/q-rs"
license = "MIT"
name = "q-debug"
readme = "README.md"
repository = "https://github.com/SteadBytes/q-rs"
version = "0.1.0"