debug_pets 0.1.0

Debug pets is a crate that adds the cutest debugging tools you have ever seen.
Documentation
  • Coverage
  • 4.76%
    1 out of 21 items documented1 out of 18 items with examples
  • Size
  • Source code size: 9.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 696.46 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • WhyNotDogie/debug_pets
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • WhyNotDogie

Debug pets is a crate that adds the cutest debugging tools you have ever seen.

Example usage:

use debug_pets::prelude::*;

static DOG: PetDebugger<pets::Dog, DefaultPrinter> = PetDebugger::new();

fn main() {
    DOG.got_here("main function")
}

Console output can vary. Possible console output:

$ cargo run
Barked at main function!

Contains many other animals for you to explore!