bsv-rs 0.3.12

BSV blockchain SDK for Rust - primitives, script, transactions, and more
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;