shuoli84 / sweep-bptree

A b+ tree, locality aware, so it's faster for ordered access
Apache License 2.0
12 stars 4 forks source link

Interop: implement `serde::{Serialize, Deserialize}` #33

Open YeungOnion opened 1 month ago

YeungOnion commented 1 month ago

per API Guidelines

this also suggests gating with a serde feature