Skip to content

Releases: Blakeinstein/fuse-rust

v0.3.1

08 Dec 01:30
Compare
Choose a tag to compare

Update to rust 2021 and minor byte length fixes for non-English characters

v0.2.0

23 Dec 13:25
Compare
Choose a tag to compare

Release v0.2.0

Changelog:

  • As part of resolving #8 , the algorithm now iterates over the bytes of the string. This should allow multi-byte chars to be matched properly.
  • Creating a pattern out of strings longer than 32 bytes should no longer result in a panic in debug mode.

v0.1.4

04 Dec 03:27
Compare
Choose a tag to compare

Release v0.1.4

Changelog:

  • Use crossbeam_utils instead of crossbeam, lowering dependency footprint. Discussed in #7.

v0.1.3

02 Dec 20:34
Compare
Choose a tag to compare

Release v0.1.3

Changelog:

  • Added a unit test for non standard characters. Fixed issue #5

v0.1.2

06 Oct 23:19
Compare
Choose a tag to compare

Release v0.1.2

Changelog:

  • Uses proper errors in cases
  • Fixed float comparisons, also applied Rust FMT