Crates.io | simd-r-drive-entry-handle |
lib.rs | simd-r-drive-entry-handle |
version | 0.15.0-alpha |
created_at | 2025-09-02 22:45:07.247242+00 |
updated_at | 2025-09-25 20:06:09.502002+00 |
description | Standalone mmap-friendly entry handles for SIMD R Drive |
homepage | |
repository | https://github.com/jzombie/rust-simd-r-drive |
max_upload_size | |
id | 1821745 |
size | 61,277 |
Standalone, storage agnostic*, mmap
-friendly definitions of EntryHandle and EntryMetadata compatible with SIMD R Drive.
Use these types from other storage backends (e.g., in-memory stores, object storage, custom files) that need to read/write the same binary layout—without depending on the full SIMD R Drive
crate or even a local filesystem. They support zero-copy via mmap
when available, but don’t require it.
Licensed under the Apache-2.0 License.