Crate dbutils

Source
Expand description

Utils for developing database

Modules§

buffer
A vacant buffer that can be filled with bytes.
checksum
Traits and structs for checksuming.
equivalent
Traits for key comparison.
equivalentor
Similar to equivalent, but for bytes.
error
Common error types.
leb128
LEB128 encoding and decoding
state
State for entries
types
Types and traits for encoding and decoding.

Macros§

builder
A macro to generate builder types.

Traits§

CheapClone
Things that are fast to clone in the context of an application.

Functions§

abort
Abort the process.