Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@danwilliams danwilliams released this 11 Mar 13:22
· 36 commits to master since this release

Added

  • Extended the crypto module
    • Added Hashed trait
      • Added Hashed::from_digest()
    • Implemented Hashed for Sha256Hash and Sha512Hash
  • Extended the std module
    • Added AsyncFileExt trait
      • Added AsyncFile::hash()
    • Added FileExt trait
      • Added File::hash()

Fixed

  • Fixed wrong links in README documentation

Changed

  • Improved README documentation