Docs.rs
  • jetstream-1.0.0
    • jetstream 1.0.0
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sevki
    • okmachina
    • Dependencies
      • anyhow ^1.0.81 normal
      • async-stream ^0.3.5 normal
      • async-trait ^0.1.79 normal
      • bytes ^1.6.0 normal
      • clap ^4.5.3 normal
      • colored ^2.1.0 normal
      • crc16 ^0.4.0 normal
      • crc64 ^2.0.0 normal
      • futures ^0.3.30 normal
      • futures-util ^0.3.30 normal
      • genfs ^0.1.4 normal
      • jetstream_wire_format_derive ^1.0.0 normal
      • lazy_static ^1.4.0 normal
      • libc ^0.2.152 normal
      • parking_lot ^0.12.1 normal
      • s2n-quic ^1.34.0 normal
      • serde ^1.0.196 normal
      • slog ^2.7.0 normal
      • slog-envlogger ^2.2.0 normal
      • slog-scope ^4.4.0 normal
      • slog-term ^2.9.1 normal
      • termcolor ^1.4.1 normal
      • tmpdir ^1.0.0 normal
      • tokio ^1.35.1 normal
      • tokio-stream ^0.1.15 normal
      • tokio-util ^0.7.10 normal
      • tokio-vsock ^0.5.0 normal
      • tower ^0.4.13 normal
      • tuple-map ^0.4.0 normal
      • x509-certificate ^0.23.1 normal
      • bindgen ^0.69 build
      • pkg-config ^0.3 build
      • which ^6.0.1 build
    • Versions
    • 13.48% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

jetstream1.0.0

Module messages

  • Structs
  • Enums

In jetstream::protocol

?
Change settings

Module jetstream::protocol::messages

source ·

Structs§

  • Dirent
  • Qid
  • Rattach
  • Rauth
  • Rerror
  • Rframe
  • Rgetattr
  • Rgetlock
  • Rlcreate
  • Rlerror
  • Rlock
  • Rlopen
  • Rmkdir
  • Rmknod
  • Rread
  • Rreaddir
  • Rreadlink
  • Rstatfs
  • Rsymlink
  • Rversion
  • Rwalk
  • Rwrite
  • Rxattrwalk
  • Tattach
  • Tauth
  • Tclunk
  • Tflush
  • Tframe
  • Tfsync
  • Tgetattr
  • Tgetlock
  • Tlcreate
  • Tlink
  • Tlock
  • Tlopen
  • Tmkdir
  • Tmknod
  • Tread
  • Treaddir
  • Treadlink
  • Tremove
  • Trename
  • Trenameat
  • Tsetattr
  • Tstatfs
  • Tsymlink
  • Tunlinkat
  • Tversion
  • Twalk
  • Twrite
  • Txattrcreate
  • Txattrwalk

Enums§

  • Rmessage
    A message sent from a 9P server to a 9P client in response to a request from that client. Encapsulates a full frame.
  • Tmessage
    A message sent from a 9P client to a 9P server.