Crates.io | storekey |
lib.rs | storekey |
version | 0.5.0 |
source | src |
created_at | 2022-03-16 14:41:53.038063 |
updated_at | 2023-04-28 15:57:38.692675 |
description | Lexicographic sort-order preserving binary encoding format for key-value stores |
homepage | https://github.com/surrealdb/storekey |
repository | https://github.com/surrealdb/storekey |
max_upload_size | |
id | 551213 |
size | 67,161 |
Binary encoding for Rust values which ensures lexicographic sort ordering. Order-preserving encoding is useful for creating keys for sorted key-value stores with byte string typed keys, such as EchoDB, YokuDB, IndxDB, TiKV, and SurrealDB.
This code is forked originally from bytekey-fix, which is originally forked from bytekey, both licensed under the Apache License 2.0 license. See LICENSE for full license text.