columnar icon indicating copy to clipboard operation
columnar copied to clipboard

Add strategy for keys in BTreeMap

Open Leeeon233 opened this issue 2 years ago • 0 comments

#[columnar(ser, de)]
struct Store{
    #[columnar(class="map", key_strategy="DeltaRle")]
    mapping: BTreeMap<u64, String>
}

Leeeon233 avatar Sep 06 '23 02:09 Leeeon233