Crate revdb

Source
Expand description

github crates.io docs.rs

The RevDB is the simple, fast and embed revision key-value store.

Enums§

Error
The core error types of the papyrus crate that pre-defined all possible errors that can be returned by the papyrus crate.

Type Aliases§

Result
The syntax-sugar for the Result type that is used in the papyrus crate. It is a shorthand for std::result::Result<T, Error>.