simd-r-drive-entry-handle 0.17.0-alpha

Standalone mmap-friendly entry handles for SIMD R Drive
Documentation

SIMD R Drive - Portable Entry Types

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.

  • Note: This crate has not been tested in WASM and is likely not yet compatible.

License

Licensed under the Apache-2.0 License.