0.4.3
v0.4.3 (2023-08-30)
Bug Fixes
- fixes #68 Some duplicate sections lost in comparing files mode
- string literals syntax corrected
- allow unwrap in generated code
- allow unwrap in main.rs
Code Refactoring
- reading file content simplified
- parse function simplified by eliding lifetimes
- use filter_map instead of filter + map adapters to simplify code
Features
- migration to aho-corasick 1.0