debugit 0.2.0

Debug-print any value without trait bounds using specialization (Rust nightly channel)
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented3 out of 3 items with examples
  • Size
  • Source code size: 16.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.41 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bluss/debugit
    10 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bluss

Use debug printlns, without the trait bounds (using specialization to find the right impl anyway).

NOTE: This uses experimental Rust features and is therefore by itself experimental and unstable, and has all the problems of feature(specialization).

For this reason, unsafe is required to use this feature unfortunately.