Better docs for the bank

This commit is contained in:
Greg Fitzgerald
2018-06-06 09:49:22 -06:00
parent 5011f24123
commit ee44e51b30
2 changed files with 79 additions and 21 deletions

View File

@@ -1,3 +1,9 @@
//! The `solana` library implements the Solana high-performance blockchain architecture.
//! It includes a full Rust implementation of the architecture as well as hooks to GPU
//! implementations of its most paralellizable components. It also includes command-line
//! tools to spin up fullnodes and a Rust library `thin_client` to interact with them.
//!
#![cfg_attr(feature = "unstable", feature(test))]
pub mod bank;
pub mod banking_stage;