Skip to main contentCrate agave_fs
Source - 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
- FileInfo
- Open
File coupled with its filesystem location and most useful information
- 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.