chaincraft 0.3.2

A high-performance Rust-based platform for blockchain education and prototyping
Documentation
1
2
3
4
//! Blockchain example implementation

/// Placeholder for blockchain example
pub struct BlockchainExample;