Skip to content

Releases: sunshowers-code/debug-ignore

debug-ignore 1.0.5

07 Jan 23:41
Compare
Choose a tag to compare

Fixed

  • Fixed link to documentation off of main in readme.

debug-ignore 1.0.4

07 Jan 23:37
Compare
Choose a tag to compare

Added

  • Add a From impl for DebugIgnore (#3).

debug-ignore 1.0.3

31 Aug 03:27
Compare
Choose a tag to compare

Added

  • This crate is now compatible with no-std (#2). Thanks Finomnis for your first contribution!

debug-ignore 1.0.2

14 Mar 21:30
Compare
Choose a tag to compare

Added

  • Automatically derive Default for DebugIgnore (#1). Thanks @euclio!