Registry / utility / cairo-lang-debug

cairo-lang-debug

JSON →
library2.16.1rscratesunverified

Debug utilities for query objects in the Cairo programming language compiler.

# Cargo.toml [dependencies] cairo-lang-debug = "2.16.1"
INSTALL
IMPORT
SIG · CAIRO-LANG-DEBUG
C
cairo-lang-debug
utilityrustv2.16.1
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.

DebugWithDb
✓ use cairo_lang_debug::DebugWithDb;

Import the DebugWithDb trait for debugging Cairo compiler objects.

use cairo_lang_debug::DebugWithDb; // Example usage requires a database context; see Cairo compiler docs. println!("Debug utilities available");
Debug
Known issues
gotchaRequires a Cairo compiler database context; not standalone.
fix
Use within the Cairo compiler project with proper database setup.
affects: >=2.16.0
Upgrade
Version history
2.16.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
cairo-lang-debug — cargo add cairo-lang-debug · libregistry