kvx_macros 0.9.4

Macros for kvx: an abstraction layer over various key-value store backends
Documentation
1
2
3
4
5
6
use kvx_macros::segment;
use kvx_types::Segment;

const SEGMENT: &Segment = segment!("");

fn main() {}