Docs.rs
  • networkcoding-0.1.1
    • networkcoding 0.1.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • francoismichel
    • Dependencies
      • byteorder ^1.4.3 normal
      • libc ^0.2.0 normal
      • rand ^0.8.4 normal
      • rustgf ^0.1.1 normal
      • tinymt ^1.0 normal
      • vandermonde_lc ^0.1.1 normal
    • Versions
    • 12.17% of the crate is documented
  • Platform
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

networkcoding0.1.1

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • RepairSymbol
  • SourceSymbol
  • ffi::SourceSymbolsBuffer
  • vandermonde_lc::decoder::VLCDecoder
  • vandermonde_lc::encoder::VLCEncoder

Enums

  • Decoder
  • DecoderError
  • Encoder
  • EncoderError

Functions

  • ffi::decoder_get_repair_symbol_payload_length
  • ffi::decoder_read_source_symbol_metadata
  • ffi::decoder_receive_and_deserialize_repair_symbol
  • ffi::decoder_receive_source_symbol
  • ffi::decoder_remove_up_to
  • ffi::decoder_symbol_size
  • ffi::destroy_decoder
  • ffi::destroy_encoder
  • ffi::destroy_source_symbols_buffer
  • ffi::encoder_can_send_repair_symbols
  • ffi::encoder_generate_and_serialize_repair_symbol
  • ffi::encoder_generate_and_serialize_repair_symbol_up_to
  • ffi::encoder_next_metadata
  • ffi::encoder_protect_data
  • ffi::encoder_received_symbol
  • ffi::encoder_remove_up_to
  • ffi::encoder_symbol_size
  • ffi::new_vlc_decoder
  • ffi::new_vlc_encoder
  • ffi::source_symbols_buffer_dequeue
  • ffi::source_symbols_buffer_is_empty
  • source_symbol_metadata_from_u64
  • source_symbol_metadata_to_u64

Type Aliases

  • SourceSymbolMetadata