#logging #library #api

debug_pets

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

1 unstable release

Uses new Rust 2024

new 0.1.0 May 5, 2025

#524 in Debugging

MIT license

6KB
90 lines

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!

Dependencies

~95KB