An open API service indexing awesome lists of open source software.

https://github.com/ebassi/gvdb-rs

Rust bindings for GVDB
https://github.com/ebassi/gvdb-rs

crate glib gvariant key-value-database rust

Last synced: about 2 months ago
JSON representation

Rust bindings for GVDB

Awesome Lists containing this project

README

          

# gvdb.rs

### Rust binding for GVDB

GVDB is a simple database file format that stores a mapping from strings to
[GVariant][gvariant-api] 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.

[gvariant-api]: https://developer.gnome.org/glib/stable/glib-GVariant.html