ruffle/core
Moulins c1ccd3a3ac core: Introduce `WStr` and `WStrMut` types, for representing Flash strings
These types represent an UCS2 string (UTF-16 with unpaired surrogates).

The string is stored either as a sequence of u8s (Bytes) or u16s (Wide);
the type of string is tracked by setting the high bit of the length of
its fat pointer.
2021-11-27 11:20:47 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.80 to 1.0.81 2021-11-02 07:02:06 +02:00
src core: Introduce `WStr` and `WStrMut` types, for representing Flash strings 2021-11-27 11:20:47 -07:00
Cargo.toml build: Use the 'union' SmallVec feature for minor memory savings 2021-11-26 00:45:09 +01:00