Better docs for write_stage
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
//! The `entry_writer` module helps implement the TPU's write stage.
|
||||
//! The `entry_writer` module helps implement the TPU's write stage. It
|
||||
//! writes entries to the given writer, which is typically a file or
|
||||
//! stdout, and then sends the Entry to its output channel.
|
||||
|
||||
use bank::Bank;
|
||||
use entry::Entry;
|
||||
|
Reference in New Issue
Block a user