Registry / networking / sosistab

sosistab

JSON →
library0.5.43rscratesunverified

An obfuscated datagram transport for horrible networks.

# Cargo.toml [dependencies] sosistab = "0.5.43"
INSTALL
IMPORT
SIG · SOSISTAB
S
sosistab
networkingrustv0.5.43
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.

SosistabListener
use sosistab::SosistabListener;

Creates a new obfuscated datagram listener.

use sosistab::SosistabListener; fn main() { let listener = SosistabListener::bind("0.0.0.0:0").unwrap(); println!("Listening on: {}", listener.local_addr().unwrap()); }
Debug
Known issues
gotchaRequires async runtime (tokio) to be used.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.5.0
Upgrade
Version history
0.5.43latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
sosistab — cargo add sosistab · libregistry