ruffle/wstr
relrelb f66159a387 wstr: Allow creating `Pattern` from `FnMut`
This aligns with Rust's standard `Pattern`:
https://doc.rust-lang.org/std/str/pattern/trait.Pattern.html

Also rename `Predicate::is_match` to `matches` in order to appease
Clippy's `wrong-self-convention` lint, and anyway this is closer to
Rust's `MultiCharEq::matches`.
2022-06-21 08:02:40 +03:00
..
src wstr: Allow creating `Pattern` from `FnMut` 2022-06-21 08:02:40 +03:00
Cargo.toml Move back AvmString into ruffle_core::string 2022-03-26 13:42:57 -07:00