debug_match 0.1.3

A Rust crate for debugging and matching patterns in data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "debug_match"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust crate for debugging and matching patterns in data structures"
edition = "2021"
license = "MIT"
name = "debug_match"
readme = false
version = "0.1.3"