Crates.io | storekey |
lib.rs | storekey |
version | 0.8.1 |
created_at | 2022-03-16 14:41:53.038063+00 |
updated_at | 2025-09-10 06:33:13.460978+00 |
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 | 98,924 |
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, MemoDB, IndxDB, SurrealKV, 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.