edma_storage 0.0.2

EDMA: Embedded Database Management for All
Documentation
1
2
3
4
5
use super::misc::Uint8Array;

/// Key-value store
pub type Key = Uint8Array;
pub type Val = Uint8Array;