This crate is deprecated. Use explicit impl of `fmt::Debug` instead.
# Cargo.toml
[dependencies]
opaque-debug = "0.4.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derive OpaqueDebug to hide internal fields in Debug output.
Replace #[derive(OpaqueDebug)] with a manual impl of fmt::Debug that hides fields.
No dependency data recorded yet.