1 2 3 4 5 6 7 8 9 10
# walrus-socket Unix domain socket transport for Walrus. Provides `WalrusClient`, `Connection`, and `accept_loop` with length-prefixed framing (4-byte BE u32 + JSON payload) for client-server communication. ## License GPL-3.0