Docs.rs
zc-rlnc-0.0.1
zc-rlnc 0.0.1
Permalink
Docs.rs crate page
Apache-2.0
29 August 2026
Links
Repository
crates.io
Source
Owners
mempirate
Dependencies
blstrs ^0.7.1
normal
group ^0.13
normal
rand ^0.9.1
normal
rayon ^1.10.0
normal
optional
thiserror ^2.0.12
normal
proptest ^1.7
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module encode
zc_rlnc
0.0.1
Module encode
Module Items
Structs
In crate zc_
rlnc
zc_rlnc
Module
encode
Copy item path
Source
Expand description
Module that implements the RLNC encoding algorithm.
Structs
§
Encoder
RLNC encoder that’s generic over the
Field
type. An ancoder should be instantiated per piece of data the caller wants to encode, then used to generate the encoded chunks.