graphitesql 0.0.0

A pure, safe, no_std Rust re-implementation of SQLite, compatible with the SQLite 3 file format.
Documentation
1
2
3
4
//! Low-level, fully-specified building blocks shared across the engine.

pub mod float;
pub mod varint;