veza/veza-stream-server/src/core
senke 7af9c98a73 style(stream-server): apply rustfmt and fix golangci-lint v2 install
Two fixes surfaced by run #55:

1. veza-stream-server (47 files): cargo fmt had been run locally but
   never committed — the working tree was clean locally while HEAD
   had unformatted code. CI's `cargo fmt -- --check` caught the drift.
   This commit lands the formatting that was already staged.

2. ci.yml Install Go tools: `go install .../cmd/golangci-lint@latest`
   resolves to v1.64.8 (the old /cmd/ module path). The repo's
   .golangci.yml is v2-format, so v1 refuses with:
     "you are using a configuration file for golangci-lint v2
      with golangci-lint v1: please use golangci-lint v2"
   Switch to the /v2/cmd/ path so @latest actually gets v2.x.
2026-04-14 15:30:32 +02:00
..
processing fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
buffer.rs fix(stream-server): fix partial move in buffer get_next_chunk (fix compilation) 2026-02-14 14:09:07 +01:00
encoding_pool.rs style(stream-server): apply rustfmt and fix golangci-lint v2 install 2026-04-14 15:30:32 +02:00
encoding_service.rs style(stream-server): apply rustfmt and fix golangci-lint v2 install 2026-04-14 15:30:32 +02:00
job.rs style(stream-server): apply rustfmt and fix golangci-lint v2 install 2026-04-14 15:30:32 +02:00
mod.rs style(stream-server): apply rustfmt and fix golangci-lint v2 install 2026-04-14 15:30:32 +02:00
stream.rs style(stream-server): apply rustfmt and fix golangci-lint v2 install 2026-04-14 15:30:32 +02:00
sync.rs style(stream-server): apply rustfmt and fix golangci-lint v2 install 2026-04-14 15:30:32 +02:00