| Crates.io | debug_pets |
| lib.rs | debug_pets |
| version | 0.1.0 |
| created_at | 2025-05-05 05:35:02.967257+00 |
| updated_at | 2025-05-05 05:35:02.967257+00 |
| description | Debug pets is a crate that adds the cutest debugging tools you have ever seen. |
| homepage | |
| repository | https://github.com/WhyNotDogie/debug_pets |
| max_upload_size | |
| id | 1660217 |
| size | 9,354 |
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!