Registry / testing / bugsalot

bugsalot

JSON →
library0.2.2rscratesunverified

Debugging macros and APIs for shipping stable codebases, providing assertions and logging utilities.

# Cargo.toml [dependencies] bugsalot = "0.2.2"
INSTALL
IMPORT
SIG · BUGSALOT
B
bugsalot
testingrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

debug_assert
use bugsalot::debug_assert;

Uses debug_assert macro to check a condition in debug builds.

use bugsalot::debug_assert; fn main() { let x = 5; debug_assert!(x > 0, "x must be positive"); println!("Assertion passed."); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
bugsalot — cargo add bugsalot · libregistry