https://github.com/imp/inspector-rs
General purpose inspector trait - mirror of
https://github.com/imp/inspector-rs
Last synced: 2 months ago
JSON representation
General purpose inspector trait - mirror of
- Host: GitHub
- URL: https://github.com/imp/inspector-rs
- Owner: imp
- License: apache-2.0
- Created: 2018-06-18T08:02:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T12:05:27.000Z (over 4 years ago)
- Last Synced: 2026-01-01T23:17:06.239Z (6 months ago)
- Language: Rust
- Homepage: https://gitlab.com/imp/inspector-rs
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
## 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)