bsv-rs 0.3.28

BSV SDK for Rust: primitives, the script interpreter, transactions and BEEF/SPV, BRC-42 wallets, BRC-103 auth, the overlay network. Reference parity with the TypeScript SDK, native and wasm32.
Documentation
1
2
3
4
5
6
7
//! Internal utilities shared across crate modules.
//!
//! Nothing in this module is part of the public API; it exists purely to
//! provide cfg-gated helpers (e.g. wasm32-safe time) that several feature
//! gates need without forcing them to depend on each other.

pub(crate) mod time;