docs.rs failed to build dynamo-memory-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dynamo-memory-1.0.1
Clean, minimal storage API for v2 block manager.
This module provides a simplified storage abstraction with:
- Single trait for type erasure (
MemoryDescription) - Concrete storage types (no trait implementations required)
- Composition-based NIXL registration via
NixlRegistered<T>wrapper - RAII with proper drop ordering (registration handle drops before memory)