Registry / other / sp-debug-derive

sp-debug-derive

JSON →
library14.0.0rscratesunverified

Macros to derive runtime debug implementation for Substrate runtime types.

# Cargo.toml [dependencies] sp-debug-derive = "14.0.0"
INSTALL
IMPORT
SIG · SP-DEBUG-DERIVE
S
sp-debug-derive
otherrustv14.0.0
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.

RuntimeDebug
use sp_debug_derive::RuntimeDebug;

Derive RuntimeDebug for a Substrate runtime type.

use sp_debug_derive::RuntimeDebug; #[derive(RuntimeDebug)] struct MyType; fn main() { println!("Debug derived"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
14.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sp-debug-derive — cargo add sp-debug-derive · libregistry