Docs.rs
  • tftp_server-0.0.3
    • tftp_server 0.0.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • DarinM223
    • Dependencies
      • byteorder ^0.5 normal
      • env_logger ^0.3.5 normal
      • log ^0.4.8 normal
      • mio ^0.6 normal
      • mio-extras ^2.0.5 normal
      • rand ^0.3 normal
      • env_logger ^0.3.5 dev
      • getopts ^0.2 dev
    • Versions
    • 21.33% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

tftp_server0.0.3

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • packet::DataBytes
  • packet::PacketData
  • server::TftpServer
  • server::TftpServerBuilder

Enums

  • packet::ErrorCode
  • packet::OpCode
  • packet::Packet
  • packet::PacketErr
  • server::TftpError

Functions

  • server::create_socket
  • server::incr_block_num

Type Aliases

  • packet::Result
  • server::Result

Constants

  • packet::MAX_DATA_SIZE
  • packet::MAX_PACKET_SIZE
  • packet::MODES