Releases: Blakeinstein/fuse-rust
Releases · Blakeinstein/fuse-rust
Release list
0.4.0
Full Changelog: 0.3.1...0.4.0
- Implements async support via
rayon
v0.3.1
Update to rust 2021 and minor byte length fixes for non-English characters
v0.2.0
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
Release v0.1.4
Changelog:
- Use crossbeam_utils instead of crossbeam, lowering dependency footprint. Discussed in #7.
v0.1.3
v0.1.2
Release v0.1.2
Changelog:
- Uses proper errors in cases
- Fixed float comparisons, also applied Rust FMT