[][src]Module binstore::prelude

Re-exports

pub use crate::error::*;

Constants

COMPRESSION_LEVEL

The level of compression for LZ4.

DEFAULT_SPARSE_INDEX_STEP

The default step from one entry to the next in the sparse index.

HASHED_KEY_SIZE

The number of bits in a key.

MAGIC

The magic number used to identify a binstore's bucket.

VERSION

The current version of the binstore file format.

Functions

tell

Return the current offset in a file.

Type Definitions

HashedKey

A hashed key as they are stored in buckets.

Value

The type of the Values associated with each Key