Registry / crypto / tp-consensus

tp-consensus

JSON →
library0.8.2rscratesunverified

Common utilities for building and using consensus engines in the Tetcore framework.

# Cargo.toml [dependencies] tp-consensus = "0.8.2"
INSTALL
IMPORT
SIG · TP-CONSENSUS
T
tp-consensus
cryptorustv0.8.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.

ConsensusEngine
use tp_consensus::ConsensusEngine;

Reference the ConsensusEngine trait for building consensus engines.

use tp_consensus::ConsensusEngine; fn main() { // ConsensusEngine is a trait; implement it for custom consensus. println!("ConsensusEngine trait available"); }
Debug
Known issues
gotchaTightly coupled with Tetcore; not usable outside that ecosystem.
fix
Only use this crate if you are building on Tetcore.
affects: *
Upgrade
Version history
0.8.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
OpenAI (training)
1
Resources
tp-consensus — cargo add tp-consensus · libregistry