quick-kv 1.0.0

A reliable key-value storage for modern software
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(dead_code)]
pub(crate) struct Batcher {}

impl Batcher
{
    pub(crate) fn new() -> Self
    {
        Self {}
    }
}