Skip to content

ebassi/gvdb-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.