smb 0.2.0

A Pure Rust SMB Client implementation

smb

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 10 of them enabled by default.

default

compress (default)

encrypt (default)

sign (default)

compress_lz4 (default)

compress_pattern_v1 (default)

This feature flag does not enable additional features.

encrypt_aesccm (default)

sign_cmac (default)

sign_gmac (default)

encrypt_aes128ccm (default)

  • dep:aead (default)
  • dep:ccm (default)

encrypt_aes256ccm (default)

  • dep:aead (default)
  • dep:ccm (default)

async

multi_threaded

single_threaded

sync