Skip to content

Nightly 2022-07-07

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 00:35
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>`.