An open API service indexing awesome lists of open source software.

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

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)