Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 439 Bytes

File metadata and controls

14 lines (9 loc) · 439 Bytes

gvdb.rs

Rust binding for GVDB

GVDB is a simple database file format that stores a mapping from strings to GVariant values in a way that is extremely efficient for lookups.

The database is written once and can not be modified.

The gvdb crate provides a Rust API around the low level C implementation of the GVDB builder and reader API.