1. 1. JetStream
  2. 2. 🆕 Changelog
  3. 3. Coverage
  4. 4. 🦀 Crates
    1. 4.1.  Crate jetstream
      1. 4.1.1.  prelude
        1. 4.1.1.1. async_trait
        2. 4.1.1.2. service
        3. 4.1.1.3.  client
          1. 4.1.1.3.1.  Connection
          2. 4.1.1.3.2.  DialQuic
          3. 4.1.1.3.3.  Handle
        4. 4.1.1.4. JetStreamWireFormat
        5. 4.1.1.5.  distributed
          1. 4.1.1.5.1.  access_control
            1. 4.1.1.5.1.1.  Script
            2. 4.1.1.5.1.2.  AccessControl
            3. 4.1.1.5.1.3.  Resource
            4. 4.1.1.5.1.4.  Subject
            5. 4.1.1.5.1.5.  Verb
          2. 4.1.1.5.2.  cluster
            1. 4.1.1.5.2.1.  NodeId
            2. 4.1.1.5.2.2.  PersistentId
            3. 4.1.1.5.2.3.  TransientId
            4. 4.1.1.5.2.4.  Cluster
            5. 4.1.1.5.2.5.  IntoNode
            6. 4.1.1.5.2.6.  Node
          3. 4.1.1.5.3.  coordinate
            1. 4.1.1.5.3.1.  CoordinateError
            2. 4.1.1.5.3.2.  Config
            3. 4.1.1.5.3.3.  Coordinate
          4. 4.1.1.5.4.  Error
          5. 4.1.1.5.5.  placement
            1. 4.1.1.5.5.1.  Placement
          6. 4.1.1.5.6.  Result
        6. 4.1.1.6.  Error
        7. 4.1.1.7.  p9
          1. 4.1.1.7.1.  DEFAULT_MSIZE
          2. 4.1.1.7.2.  MAPPED_FLAGS
          3. 4.1.1.7.3.  MAX_MESSAGE_SIZE
          4. 4.1.1.7.4.  MIN_MESSAGE_SIZE
          5. 4.1.1.7.5.  P9_APPEND
          6. 4.1.1.7.6.  P9_CREATE
          7. 4.1.1.7.7.  P9_DIRECT
          8. 4.1.1.7.8.  P9_DIRECTORY
          9. 4.1.1.7.9.  P9_DSYNC
          10. 4.1.1.7.10.  P9_EXCL
          11. 4.1.1.7.11.  P9_FASYNC
          12. 4.1.1.7.12.  P9_GETATTR_BASIC
          13. 4.1.1.7.13.  P9_LARGEFILE
          14. 4.1.1.7.14.  P9_LOCK_SUCCESS
          15. 4.1.1.7.15.  P9_LOCK_TYPE_UNLCK
          16. 4.1.1.7.16.  P9_NOACCESS
          17. 4.1.1.7.17.  P9_NOATIME
          18. 4.1.1.7.18.  P9_NOCTTY
          19. 4.1.1.7.19.  P9_NOFOLLOW
          20. 4.1.1.7.20.  P9_NONBLOCK
          21. 4.1.1.7.21.  P9_QTDIR
          22. 4.1.1.7.22.  P9_QTFILE
          23. 4.1.1.7.23.  P9_QTSYMLINK
          24. 4.1.1.7.24.  P9_RDONLY
          25. 4.1.1.7.25.  P9_RDWR
          26. 4.1.1.7.26.  P9_SETATTR_ATIME
          27. 4.1.1.7.27.  P9_SETATTR_ATIME_SET
          28. 4.1.1.7.28.  P9_SETATTR_CTIME
          29. 4.1.1.7.29.  P9_SETATTR_GID
          30. 4.1.1.7.30.  P9_SETATTR_MODE
          31. 4.1.1.7.31.  P9_SETATTR_MTIME
          32. 4.1.1.7.32.  P9_SETATTR_MTIME_SET
          33. 4.1.1.7.33.  P9_SETATTR_SIZE
          34. 4.1.1.7.34.  P9_SETATTR_UID
          35. 4.1.1.7.35.  P9_SYNC
          36. 4.1.1.7.36.  P9_TRUNC
          37. 4.1.1.7.37.  P9_WRONLY
          38. 4.1.1.7.38.  _P9_CLOEXEC
          39. 4.1.1.7.39.  _P9_GETATTR_ALL
          40. 4.1.1.7.40.  _P9_GETATTR_ATIME
          41. 4.1.1.7.41.  _P9_GETATTR_BLOCKS
          42. 4.1.1.7.42.  _P9_GETATTR_BTIME
          43. 4.1.1.7.43.  _P9_GETATTR_CTIME
          44. 4.1.1.7.44.  _P9_GETATTR_DATA_VERSION
          45. 4.1.1.7.45.  _P9_GETATTR_GEN
          46. 4.1.1.7.46.  _P9_GETATTR_GID
          47. 4.1.1.7.47.  _P9_GETATTR_INO
          48. 4.1.1.7.48.  _P9_GETATTR_MODE
          49. 4.1.1.7.49.  _P9_GETATTR_MTIME
          50. 4.1.1.7.50.  _P9_GETATTR_NLINK
          51. 4.1.1.7.51.  _P9_GETATTR_RDEV
          52. 4.1.1.7.52.  _P9_GETATTR_SIZE
          53. 4.1.1.7.53.  _P9_GETATTR_UID
          54. 4.1.1.7.54.  _P9_LOCK_BLOCKED
          55. 4.1.1.7.55.  _P9_LOCK_ERROR
          56. 4.1.1.7.56.  _P9_LOCK_FLAGS_BLOCK
          57. 4.1.1.7.57.  _P9_LOCK_FLAGS_RECLAIM
          58. 4.1.1.7.58.  _P9_LOCK_GRACE
          59. 4.1.1.7.59.  _P9_LOCK_TYPE_RDLCK
          60. 4.1.1.7.60.  _P9_LOCK_TYPE_WRLCK
          61. 4.1.1.7.61.  _P9_QTAPPEND
          62. 4.1.1.7.62.  _P9_QTAUTH
          63. 4.1.1.7.63.  _P9_QTEXCL
          64. 4.1.1.7.64.  _P9_QTLINK
          65. 4.1.1.7.65.  _P9_QTMOUNT
          66. 4.1.1.7.66.  _P9_QTTMP
          67. 4.1.1.7.67.  Rmessage
          68. 4.1.1.7.68.  Tmessage
          69. 4.1.1.7.69.  Version
          70. 4.1.1.7.70.  error_to_rmessage
          71. 4.1.1.7.71.  messages
            1. 4.1.1.7.71.1.  Rmessage
            2. 4.1.1.7.71.2.  Tmessage
            3. 4.1.1.7.71.3.  Dirent
            4. 4.1.1.7.71.4.  NineP200LProtocol
            5. 4.1.1.7.71.5.  Qid
            6. 4.1.1.7.71.6.  Rattach
            7. 4.1.1.7.71.7.  Rauth
            8. 4.1.1.7.71.8.  Rerror
            9. 4.1.1.7.71.9.  Rframe
            10. 4.1.1.7.71.10.  Rgetattr
            11. 4.1.1.7.71.11.  Rgetlock
            12. 4.1.1.7.71.12.  Rlcreate
            13. 4.1.1.7.71.13.  Rlerror
            14. 4.1.1.7.71.14.  Rlock
            15. 4.1.1.7.71.15.  Rlopen
            16. 4.1.1.7.71.16.  Rmkdir
            17. 4.1.1.7.71.17.  Rmknod
            18. 4.1.1.7.71.18.  Rread
            19. 4.1.1.7.71.19.  Rreaddir
            20. 4.1.1.7.71.20.  Rreadlink
            21. 4.1.1.7.71.21.  Rstatfs
            22. 4.1.1.7.71.22.  Rsymlink
            23. 4.1.1.7.71.23.  Rversion
            24. 4.1.1.7.71.24.  Rwalk
            25. 4.1.1.7.71.25.  Rwrite
            26. 4.1.1.7.71.26.  Rxattrwalk
            27. 4.1.1.7.71.27.  Tattach
            28. 4.1.1.7.71.28.  Tauth
            29. 4.1.1.7.71.29.  Tclunk
            30. 4.1.1.7.71.30.  Tflush
            31. 4.1.1.7.71.31.  Tframe
            32. 4.1.1.7.71.32.  Tfsync
            33. 4.1.1.7.71.33.  Tgetattr
            34. 4.1.1.7.71.34.  Tgetlock
            35. 4.1.1.7.71.35.  Tlcreate
            36. 4.1.1.7.71.36.  Tlink
            37. 4.1.1.7.71.37.  Tlock
            38. 4.1.1.7.71.38.  Tlopen
            39. 4.1.1.7.71.39.  Tmkdir
            40. 4.1.1.7.71.40.  Tmknod
            41. 4.1.1.7.71.41.  Tread
            42. 4.1.1.7.71.42.  Treaddir
            43. 4.1.1.7.71.43.  Treadlink
            44. 4.1.1.7.71.44.  Tremove
            45. 4.1.1.7.71.45.  Trename
            46. 4.1.1.7.71.46.  Trenameat
            47. 4.1.1.7.71.47.  Tsetattr
            48. 4.1.1.7.71.48.  Tstatfs
            49. 4.1.1.7.71.49.  Tsymlink
            50. 4.1.1.7.71.50.  Tunlinkat
            51. 4.1.1.7.71.51.  Tversion
            52. 4.1.1.7.71.52.  Twalk
            53. 4.1.1.7.71.53.  Twrite
            54. 4.1.1.7.71.54.  Txattrcreate
            55. 4.1.1.7.71.55.  Txattrwalk
          72. 4.1.1.7.72.  ninep_2000_l
            1. 4.1.1.7.72.1.  NineP200L
          73. 4.1.1.7.73.  Dirent
          74. 4.1.1.7.74.  NineP200LProtocol
          75. 4.1.1.7.75.  Qid
          76. 4.1.1.7.76.  Rattach
          77. 4.1.1.7.77.  Rauth
          78. 4.1.1.7.78.  Rerror
          79. 4.1.1.7.79.  Rframe
          80. 4.1.1.7.80.  Rgetattr
          81. 4.1.1.7.81.  Rgetlock
          82. 4.1.1.7.82.  Rlcreate
          83. 4.1.1.7.83.  Rlerror
          84. 4.1.1.7.84.  Rlock
          85. 4.1.1.7.85.  Rlopen
          86. 4.1.1.7.86.  Rmkdir
          87. 4.1.1.7.87.  Rmknod
          88. 4.1.1.7.88.  Rread
          89. 4.1.1.7.89.  Rreaddir
          90. 4.1.1.7.90.  Rreadlink
          91. 4.1.1.7.91.  Rstatfs
          92. 4.1.1.7.92.  Rsymlink
          93. 4.1.1.7.93.  Rversion
          94. 4.1.1.7.94.  Rwalk
          95. 4.1.1.7.95.  Rwrite
          96. 4.1.1.7.96.  Rxattrwalk
          97. 4.1.1.7.97.  Tattach
          98. 4.1.1.7.98.  Tauth
          99. 4.1.1.7.99.  Tclunk
          100. 4.1.1.7.100.  Tflush
          101. 4.1.1.7.101.  Tframe
          102. 4.1.1.7.102.  Tfsync
          103. 4.1.1.7.103.  Tgetattr
          104. 4.1.1.7.104.  Tgetlock
          105. 4.1.1.7.105.  Tlcreate
          106. 4.1.1.7.106.  Tlink
          107. 4.1.1.7.107.  Tlock
          108. 4.1.1.7.108.  Tlopen
          109. 4.1.1.7.109.  Tmkdir
          110. 4.1.1.7.110.  Tmknod
          111. 4.1.1.7.111.  Tread
          112. 4.1.1.7.112.  Treaddir
          113. 4.1.1.7.113.  Treadlink
          114. 4.1.1.7.114.  Tremove
          115. 4.1.1.7.115.  Trename
          116. 4.1.1.7.116.  Trenameat
          117. 4.1.1.7.117.  Tsetattr
          118. 4.1.1.7.118.  Tstatfs
          119. 4.1.1.7.119.  Tsymlink
          120. 4.1.1.7.120.  Tunlinkat
          121. 4.1.1.7.121.  Tversion
          122. 4.1.1.7.122.  Twalk
          123. 4.1.1.7.123.  Twrite
          124. 4.1.1.7.124.  Txattrcreate
          125. 4.1.1.7.125.  Txattrwalk
        8. 4.1.1.8.  server
          1. 4.1.1.8.1.  proxy
            1. 4.1.1.8.1.1.  Proxy
          2. 4.1.1.8.2.  quic
            1. 4.1.1.8.2.1.  start_server
            2. 4.1.1.8.2.2.  QuicConfig
            3. 4.1.1.8.2.3.  QuicServer
          3. 4.1.1.8.3.  ListenerStream
        9. 4.1.1.9.  Data
        10. 4.1.1.10.  Message
        11. 4.1.1.11.  Protocol
        12. 4.1.1.12.  Service
        13. 4.1.1.13.  WireFormat
    2. 4.2.  Crate jetstream_9p
      1. 4.2.1.  DEFAULT_MSIZE
      2. 4.2.2.  MAPPED_FLAGS
      3. 4.2.3.  MAX_MESSAGE_SIZE
      4. 4.2.4.  MIN_MESSAGE_SIZE
      5. 4.2.5.  P9_APPEND
      6. 4.2.6.  P9_CREATE
      7. 4.2.7.  P9_DIRECT
      8. 4.2.8.  P9_DIRECTORY
      9. 4.2.9.  P9_DSYNC
      10. 4.2.10.  P9_EXCL
      11. 4.2.11.  P9_FASYNC
      12. 4.2.12.  P9_GETATTR_BASIC
      13. 4.2.13.  P9_LARGEFILE
      14. 4.2.14.  P9_LOCK_SUCCESS
      15. 4.2.15.  P9_LOCK_TYPE_UNLCK
      16. 4.2.16.  P9_NOACCESS
      17. 4.2.17.  P9_NOATIME
      18. 4.2.18.  P9_NOCTTY
      19. 4.2.19.  P9_NOFOLLOW
      20. 4.2.20.  P9_NONBLOCK
      21. 4.2.21.  P9_QTDIR
      22. 4.2.22.  P9_QTFILE
      23. 4.2.23.  P9_QTSYMLINK
      24. 4.2.24.  P9_RDONLY
      25. 4.2.25.  P9_RDWR
      26. 4.2.26.  P9_SETATTR_ATIME
      27. 4.2.27.  P9_SETATTR_ATIME_SET
      28. 4.2.28.  P9_SETATTR_CTIME
      29. 4.2.29.  P9_SETATTR_GID
      30. 4.2.30.  P9_SETATTR_MODE
      31. 4.2.31.  P9_SETATTR_MTIME
      32. 4.2.32.  P9_SETATTR_MTIME_SET
      33. 4.2.33.  P9_SETATTR_SIZE
      34. 4.2.34.  P9_SETATTR_UID
      35. 4.2.35.  P9_SYNC
      36. 4.2.36.  P9_TRUNC
      37. 4.2.37.  P9_WRONLY
      38. 4.2.38.  _P9_CLOEXEC
      39. 4.2.39.  _P9_GETATTR_ALL
      40. 4.2.40.  _P9_GETATTR_ATIME
      41. 4.2.41.  _P9_GETATTR_BLOCKS
      42. 4.2.42.  _P9_GETATTR_BTIME
      43. 4.2.43.  _P9_GETATTR_CTIME
      44. 4.2.44.  _P9_GETATTR_DATA_VERSION
      45. 4.2.45.  _P9_GETATTR_GEN
      46. 4.2.46.  _P9_GETATTR_GID
      47. 4.2.47.  _P9_GETATTR_INO
      48. 4.2.48.  _P9_GETATTR_MODE
      49. 4.2.49.  _P9_GETATTR_MTIME
      50. 4.2.50.  _P9_GETATTR_NLINK
      51. 4.2.51.  _P9_GETATTR_RDEV
      52. 4.2.52.  _P9_GETATTR_SIZE
      53. 4.2.53.  _P9_GETATTR_UID
      54. 4.2.54.  _P9_LOCK_BLOCKED
      55. 4.2.55.  _P9_LOCK_ERROR
      56. 4.2.56.  _P9_LOCK_FLAGS_BLOCK
      57. 4.2.57.  _P9_LOCK_FLAGS_RECLAIM
      58. 4.2.58.  _P9_LOCK_GRACE
      59. 4.2.59.  _P9_LOCK_TYPE_RDLCK
      60. 4.2.60.  _P9_LOCK_TYPE_WRLCK
      61. 4.2.61.  _P9_QTAPPEND
      62. 4.2.62.  _P9_QTAUTH
      63. 4.2.63.  _P9_QTEXCL
      64. 4.2.64.  _P9_QTLINK
      65. 4.2.65.  _P9_QTMOUNT
      66. 4.2.66.  _P9_QTTMP
      67. 4.2.67.  Version
      68. 4.2.68.  error_to_rmessage
      69. 4.2.69.  messages
        1. 4.2.69.1.  Rmessage
        2. 4.2.69.2.  Tmessage
        3. 4.2.69.3.  Dirent
        4. 4.2.69.4.  NineP200LProtocol
        5. 4.2.69.5.  Qid
        6. 4.2.69.6.  Rattach
        7. 4.2.69.7.  Rauth
        8. 4.2.69.8.  Rerror
        9. 4.2.69.9.  Rframe
        10. 4.2.69.10.  Rgetattr
        11. 4.2.69.11.  Rgetlock
        12. 4.2.69.12.  Rlcreate
        13. 4.2.69.13.  Rlerror
        14. 4.2.69.14.  Rlock
        15. 4.2.69.15.  Rlopen
        16. 4.2.69.16.  Rmkdir
        17. 4.2.69.17.  Rmknod
        18. 4.2.69.18.  Rread
        19. 4.2.69.19.  Rreaddir
        20. 4.2.69.20.  Rreadlink
        21. 4.2.69.21.  Rstatfs
        22. 4.2.69.22.  Rsymlink
        23. 4.2.69.23.  Rversion
        24. 4.2.69.24.  Rwalk
        25. 4.2.69.25.  Rwrite
        26. 4.2.69.26.  Rxattrwalk
        27. 4.2.69.27.  Tattach
        28. 4.2.69.28.  Tauth
        29. 4.2.69.29.  Tclunk
        30. 4.2.69.30.  Tflush
        31. 4.2.69.31.  Tframe
        32. 4.2.69.32.  Tfsync
        33. 4.2.69.33.  Tgetattr
        34. 4.2.69.34.  Tgetlock
        35. 4.2.69.35.  Tlcreate
        36. 4.2.69.36.  Tlink
        37. 4.2.69.37.  Tlock
        38. 4.2.69.38.  Tlopen
        39. 4.2.69.39.  Tmkdir
        40. 4.2.69.40.  Tmknod
        41. 4.2.69.41.  Tread
        42. 4.2.69.42.  Treaddir
        43. 4.2.69.43.  Treadlink
        44. 4.2.69.44.  Tremove
        45. 4.2.69.45.  Trename
        46. 4.2.69.46.  Trenameat
        47. 4.2.69.47.  Tsetattr
        48. 4.2.69.48.  Tstatfs
        49. 4.2.69.49.  Tsymlink
        50. 4.2.69.50.  Tunlinkat
        51. 4.2.69.51.  Tversion
        52. 4.2.69.52.  Twalk
        53. 4.2.69.53.  Twrite
        54. 4.2.69.54.  Txattrcreate
        55. 4.2.69.55.  Txattrwalk
      70. 4.2.70.  ninep_2000_l
        1. 4.2.70.1.  NineP200L
    3. 4.3.  Crate jetstream_client
      1. 4.3.1.  Connection
      2. 4.3.2.  DialQuic
      3. 4.3.3.  Handle
    4. 4.4.  Crate jetstream_distributed
      1. 4.4.1.  access_control
        1. 4.4.1.1.  Script
        2. 4.4.1.2.  AccessControl
        3. 4.4.1.3.  Resource
        4. 4.4.1.4.  Subject
        5. 4.4.1.5.  Verb
      2. 4.4.2.  cluster
        1. 4.4.2.1.  NodeId
        2. 4.4.2.2.  PersistentId
        3. 4.4.2.3.  TransientId
        4. 4.4.2.4.  Cluster
        5. 4.4.2.5.  IntoNode
        6. 4.4.2.6.  Node
      3. 4.4.3.  coordinate
        1. 4.4.3.1.  CoordinateError
        2. 4.4.3.2.  Config
        3. 4.4.3.3.  Coordinate
      4. 4.4.4.  Error
      5. 4.4.5.  placement
        1. 4.4.5.1.  Placement
      6. 4.4.6.  Result
    5. 4.5.  Crate jetstream_macros
      1. 4.5.1. service
      2. 4.5.2. JetStreamWireFormat
    6. 4.6.  Crate jetstream_rpc
      1. 4.6.1.  Error
      2. 4.6.2.  SharedJetStreamService
      3. 4.6.3.  Message
      4. 4.6.4.  Protocol
      5. 4.6.5.  Service
    7. 4.7.  Crate jetstream_server
      1. 4.7.1.  proxy
        1. 4.7.1.1.  Proxy
      2. 4.7.2.  quic
        1. 4.7.2.1.  start_server
        2. 4.7.2.2.  QuicConfig
        3. 4.7.2.3.  QuicServer
      3. 4.7.3.  ListenerStream
    8. 4.8.  Crate jetstream_ufs
      1. 4.8.1.  syscall
      2. 4.8.2.  Config
      3. 4.8.3.  Handler
      4. 4.8.4.  Server
      5. 4.8.5.  Ufs
      6. 4.8.6.  ServerGidMap
      7. 4.8.7.  ServerIdMap
      8. 4.8.8.  ServerUidMap
    9. 4.9.  Crate jetstream_wireformat
      1. 4.9.1. JetStreamWireFormat
      2. 4.9.2.  Data
      3. 4.9.3.  WireFormat
      4. 4.9.4.  wire_format_extensions
        1. 4.9.4.1.  AsyncWireFormat
        2. 4.9.4.2.  AsyncWireFormatExt
        3. 4.9.4.3.  ConvertWireFormat

JetStream Book

 Ufs