Low-level utilities for bitcoin-rs/bitcoinleveldb providing C++-style non-dropping singletons and destructor control via DoNotDestruct and NoDestructor<T>.
# Cargo.toml
[dependencies]
bitcoinleveldb-util = "0.1.19"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a value that will not have its destructor called.
Ensure that any resources managed by the inner value are handled manually or are not required to be dropped.
No dependency data recorded yet.