write-hasher 0.1.2

Transparently calculate hash on (asynchronously) writing to an type
Documentation

write-hasher

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 13 feature flags, 3 of them enabled by default.

default

  • stdio
  • digest

stdio

    This feature flag does not enable additional features.

digest

  • dep:digest

concrete_impls

  • sha2
  • sha1
  • md2
  • md4
  • md5
  • blake2
  • crc32fast

futures

  • dep:futures
  • dep:pin-project

sha1

  • dep:sha1
  • dep:digest

blake2

  • dep:blake2
  • dep:digest

md2

  • dep:md2
  • dep:digest

md5

  • dep:md5
  • dep:digest

sha2

  • dep:sha2
  • dep:digest

tokio

  • dep:tokio
  • dep:pin-project

md4

  • dep:md4
  • dep:digest

crc32fast

  • dep:crc32fast