Skip to content

Releases: s3rvac/ssdeep-rs

0.6.0

14 Nov 15:09
00b0fec
Compare
Choose a tag to compare
  • The compare() function now returns Result<u8> instead of Result<i8> as the return value is always between 0 and 100.

0.5.0

13 Nov 18:23
9baed09
Compare
Choose a tag to compare
  • The hash(), hash_from_file(), and compare() functions now return a Result instead of Option (#4).
  • compare() now accepts &str instead of &[u8] as hash() returns String, not bytes. This simplifies and unifies the library interface.

0.4.0

12 Nov 06:28
6039b42
Compare
Choose a tag to compare
  • Updated the used version of the underlying libfuzzy library to the current master
    (last update: 2019-02-21).
  • The configure script is now executed directly instead of via sh when building libfuzzy.
  • Improved the obtaining of the source directory when building libfuzzy (#3).
  • Added a workaround for forcing make not to rebuild any autotools-related files when building libfuzzy.

0.3.0

11 Nov 16:23
Compare
Choose a tag to compare
  • Switched from the deprecated gcc crate to the cc crate.
  • Updated the used version of the libc crate to 0.2 (i.e. dropped the patch version requirement).

0.2.0

01 Apr 15:24
Compare
Choose a tag to compare
  • Updated the used version of the underlying libfuzzy library to 2.14.1.
  • Updated the used version of the libc crate to 0.2.40.
  • Updated the used version of the gcc crate to 0.3.58.

0.1.0

01 Nov 18:24
Compare
Choose a tag to compare

Initial release.