7 releases
0.1.0 | Nov 7, 2019 |
---|---|
0.0.5 | Feb 19, 2019 |
0.0.1 | Aug 23, 2018 |
#2085 in Data structures
Used in 3 crates
15KB
272 lines
Inspector
Public trait for adding .inspect()
method for popular data-stuctures.
Changelog
0.0.5 - "inspect-release" replaced with "debug-only". It is opt-out, rather
than opt-in. By default it resembles other inspect()
methods
in std library.
0.0.4 - "inspect-release" feature to enable inspection in release mode. (opt-in)
Dependencies
~14KB