ruffle/wstr
relrelb c0e84e646e wstr: Implement `ToOwned` for `WStr`
Similarly to how `str` implements `ToOwned`, and `From<&str> for String`
forwards to `to_owned()`.

This will allow defining `Cow<WStr>`.
2022-07-06 09:19:12 +03:00
..
src wstr: Implement `ToOwned` for `WStr` 2022-07-06 09:19:12 +03:00
Cargo.toml Move back AvmString into ruffle_core::string 2022-03-26 13:42:57 -07:00