Registry / utility / sp-utils

sp-utils

JSON →
library3.0.0rscratesunverified

I/O utilities for Substrate runtimes, providing helpers for storage and networking.

# Cargo.toml [dependencies] sp-utils = "3.0.0"
INSTALL
IMPORT
SIG · SP-UTILS
S
sp-utils
utilityrustv3.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.

TracingUnboundedSender
use sp_utils::mpsc::TracingUnboundedSender;

Create a tracing-enabled unbounded channel and send a message.

use sp_utils::mpsc::TracingUnboundedSender; fn main() { let (tx, _rx) = tracing_unbounded("test"); tx.send(42).unwrap(); println!("Sent value"); }
Debug
Known issues
breakingPart of the Substrate ecosystem; may have breaking changes with Substrate updates.
fix
Pin to a specific Substrate version and check compatibility.
affects: >=3.0.0
Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
sp-utils — cargo add sp-utils · libregistry