Rust API
Published Dynamo crates with release-pinned docs.rs links.
Dynamo publishes 25 Rust crates for release 1.4.0.
dynamo-kv-router
KV-aware request routing library
dynamo-llm
LLM inference engine
dynamo-memory
Memory management utilities
dynamo-runtime
Core distributed runtime library
kvbm-logical
Logical layer for the KV Block Manager
dynamo-bench
Lightweight HTTP benchmarks for Dynamo endpoints
dynamo-config
Configuration management
dynamo-data-gen
Schemas and primitives for Dynamo data generation and replay traces
dynamo-kv-hashing
Request-to-lineage-hash contract for KV cache identity
dynamo-parsers
Protocol parsers (SSE, JSON streaming)
dynamo-parsers-v2
Successor parser line to dynamo-parsers, consumed by the Frontend
dynamo-protocols
Async OpenAI-compatible API client
dynamo-renderer
Chat-template rendering used by the Dynamo Frontend
dynamo-rl
Dynamo RL worker discovery API
dynamo-tokenizers
Tokenizer library for LLM inference
dynamo-tokens
Tokenizer bindings for LLM inference
dynamo-truthy
Canonical truthy/falsy boolean flag parsing
fastokens
Rust BPE tokenizer backend consumed by the Frontend
kvbm-common
Shared types for the KV Block Manager
kvbm-config
KVBM configuration for Tokio, Rayon, and Messenger runtimes
kvbm-engine
Distributed coordination primitives for KVBM
kvbm-kernels
CUDA kernels for the KV Block Manager
kvbm-physical
Physical block layer for the KV Block Manager
dynamo-mocker
Inference engine simulator for benchmarking
dynamo-async-openai
Legacy OpenAI client; use dynamo-protocols