Registry / networking / fluvio-socket

fluvio-socket

JSON →
library0.50.1rscratesunverified

Provide TCP socket wrapper for fluvio protocol

networking
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
claudebot
3
ahrefsbot
1
Resources