debug_concisely 0.1.0

More concise deriver of std::fmt::Debug
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "debug_concisely"
version = "0.1.0"
edition = "2024"
description = "More concise deriver of std::fmt::Debug"
repository = "https://github.com/akouryy/debug_concisely"
license = "MIT"
categories = ["development-tools::debugging"]

[dependencies]
debug_concisely_derive = { path = "../debug_concisely_derive", version = "0.1.0" }