ruffle/wstr
Moulins e9a16ff5fe wstr: cleanup and expose the `ptr` module
- move `WStr` declaration to `common`;
- move `MAX_STRING_LEN` to the `WStr` type;
- split `ptr` methods into `*const` and  `*mut` variants;
- add safe methods `WStrMetadata::new32/len32`;
- add `WString::{from, into}_raw_parts`.
2023-04-26 23:49:18 +02:00
..
src wstr: cleanup and expose the `ptr` module 2023-04-26 23:49:18 +02:00
Cargo.toml chore: Remove `static_assertions` dependency 2023-03-25 15:14:36 +03:00