Registry / crypto / tp-consensus-slots

tp-consensus-slots

JSON →
library2.1.2rscratesunverified

Primitives for slots-based consensus in the Tetcoin ecosystem.

# Cargo.toml [dependencies] tp-consensus-slots = "2.1.2"
INSTALL
IMPORT
SIG · TP-CONSENSUS-SLOTS
T
tp-consensus-slots
cryptorustv2.1.2
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.

Slot
✓ use tp_consensus_slots::Slot;

Create and use a Slot primitive

use tp_consensus_slots::Slot; fn main() { let slot = Slot::from(42u64); println!("Slot: {:?}", slot); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
tp-consensus-slots — cargo add tp-consensus-slots · libregistry