Registry / utility / bitcoin-version

bitcoin-version

JSON →
library0.1.19rscratesunverified

Tools related to versioning for Bitcoin-related Rust projects.

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

Version
use bitcoin_version::Version;

Create and display a version.

use bitcoin_version::Version; fn main() { let v = Version::new(1, 0, 0); println!("{}", v); }
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
7 hits · last 30 days
node
6
Meta
1
Resources
bitcoin-version — cargo add bitcoin-version · libregistry