Registry / networking / rsocket-rust

rsocket-rust

JSON →
library0.7.5rscratesunverified

rsocket-rust is an implementation of the RSocket protocol in Rust.

# Cargo.toml [dependencies] rsocket_rust = "0.7.5"
INSTALL
IMPORT
SIG · RSOCKET-RUST
R
rsocket-rust
networkingrustv0.7.5
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.

RSocket
use rsocket_rust::RSocket;

Creates a new RSocket instance.

use rsocket_rust::RSocket; fn main() { let _socket = RSocket::new(); }
Debug
Known issues
gotchaRequires async runtime (tokio or async-std) for network I/O.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=0.7.0
Upgrade
Version history
0.7.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
OpenAI (training)
1
Resources
rsocket-rust — cargo add rsocket-rust · libregistry