Registry / networking / raptorq

raptorq

JSON →
library2.0.1rscratesunverified

RaptorQ (RFC6330) forward error correction codec for reliable data delivery over lossy networks.

# Cargo.toml [dependencies] raptorq = "2.0.1"
INSTALL
IMPORT
SIG · RAPTORQ
R
raptorq
networkingrustv2.0.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.

Encoder
use raptorq::Encoder;

Encodes data into RaptorQ repair packets for lossy transmission.

use raptorq::Encoder; fn main() { let data = b"Hello, RaptorQ!"; let encoder = Encoder::with_defaults(data, 3); let _packets = encoder.get_encoded_packets(10); println!("Encoded {} packets", _packets.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
raptorq — cargo add raptorq · libregistry