vow-mq
vow-mq builds consistent topic and queue name strings — no broker I/O in v0.1. Install with vpm:
curl -fsSL https://install.vowlang.dev | shexport PATH="$HOME/.local/bin:$PATH"vpm add vow-mqvpm installQuick start
Section titled “Quick start”import vmq from vow_mq
fn main(caps: Caps) -> int { print vmq.topic("orders", "created"); return 0;}Run tests
Section titled “Run tests”cd vow-libs/vow-mq && vow test tests/mq.vow