| Crates.io | storekey |
| lib.rs | storekey |
| version | 0.11.0 |
| created_at | 2022-03-16 14:41:53.038063+00 |
| updated_at | 2025-12-08 19:07:19.04185+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 | 110,238 |
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.