Registry / utility / bitcoin-support

bitcoin-support

JSON →
library0.1.19rscratesunverified

Allocators, memory cleansing, events, locked pools, memory arenas for Bitcoin-related projects.

# Cargo.toml [dependencies] bitcoin-support = "0.1.19"
INSTALL
IMPORT
SIG · BITCOIN-SUPPORT
B
bitcoin-support
utilityrustv0.1.19
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.

LockedPool
use bitcoin_support::LockedPool;

Allocates memory from a locked pool.

use bitcoin_support::LockedPool; let mut pool = LockedPool::new(1024); let block = pool.allocate(64).unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.19latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
Amazon
1
Resources
bitcoin-support — cargo add bitcoin-support · libregistry