Skip to main content

Crate agave_fs

Crate agave_fs 

Source

Modules§

buffered_reader
File I/O buffered readers for AppendVec Specialized BufRead-like types for reading account data.
buffered_writer
dirs
file_io
File i/o helper functions.
io_setup
metadata

Structs§

FileInfo
Open File coupled with its filesystem location and most useful information

Type Aliases§

FileSize
Alias for file offsets and sizes - since files can exceed 4GB, use 64-bits
IoSize
Single IO performed on a filesystem can never exceed 32-bits, this also constrains possible buffer sizes that are used for IO operations.