Registry / networking / fluvio-socket

fluvio-socket

JSON →
library0.50.1rscratesunverified

Provide TCP socket wrapper for fluvio protocol

# Cargo.toml [dependencies] fluvio-socket = "0.50.1"
INSTALL
IMPORT
SIG · FLUVIO-SOCKET
F
fluvio-socket
networkingrustv0.50.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FluvioSocket
✓ use fluvio_socket::FluvioSocket;

Create a Fluvio socket from a TCP stream.

use fluvio_socket::FluvioSocket; use std::net::TcpStream; let stream = TcpStream::connect("127.0.0.1:9000").unwrap(); let socket = FluvioSocket::new(stream); println!("Socket created");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.50.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
fluvio-socket — cargo add fluvio-socket · libregistry