Rust Volume Server
Chris Lu edited this page 2026-08-22 11:19:42 -07:00
Clone

Wiki Page Revisions

5 Commits

Author SHA1 Message Date
Chris Lu 9eeaa8e3cf Say where the Lance worker comes from now that it ships
It is in the SeaweedFS image as worker-rust and on each release as
weed-worker_linux_{amd64,arm64}.tar.gz, so a Rust toolchain is no longer the
only way in. The binary is weed-worker, not weed-lance-worker: the crate keeps
the lance name, the binary does not.

Also records what the build needs from protoc - core vendors its own, lance's
crates need one of their own.
2026-08-22 11:19:42 -07:00
Chris Lu 63dcc91f85 Rust-Volume-Server: drop JSONP parity row 2026-05-25 23:47:04 -07:00
Chris Lu 52226341de clarify write batching is crash-safe (client blocks until durable) 2026-03-09 19:55:27 -07:00
Chris Lu 300d360f10 fix: /metrics endpoint is on admin port in both Go and Rust 2026-03-09 19:53:19 -07:00
Chris Lu 3841444c99 Add Rust Volume Server wiki page
Covers installation, CLI compatibility, subtle behavioral differences
from the Go implementation, architecture overview, and test coverage.
2026-03-09 19:40:17 -07:00