1. Overview
  2. Core Storage Engine
    1. Repository Structure
    2. Storage Architecture
    3. DataStore API
    4. Entry Structure and Metadata
    5. Memory Management and Zero-Copy Access
    6. Concurrency and Thread Safety
    7. Key Indexing and Hashing
  3. Network Layer and RPC
    1. WebSocket Server
    2. Muxio RPC Framework
    3. Native Rust Client
  4. Python Integration
    1. Python WebSocket Client API
    2. Building Python Bindings
    3. Integration Testing
  5. Performance Optimizations
    1. SIMD Acceleration
    2. Payload Alignment and Cache Efficiency
    3. Write and Read Modes
  6. Extensions and Utilities
  7. Development Guide
    1. Building and Testing
    2. CI/CD Pipeline
    3. Version History and Migration