ruffle/wstr/src
Moulins ff01444e63 wstr: return correct result for `split_ascii_prefix_bytes(<ascii str>)`
`split_ascii_prefix_bytes(b"abc")` should return `("abc", b"")`, not
`("", b"abc")`

This doesn't affect correctness, but should increase performance of
ASCII `String` -> `WString` conversions.
2023-08-03 00:25:11 +02:00
..
buf.rs wstr: cleanup and expose the `ptr` module 2023-04-26 23:49:18 +02:00
common.rs chore: Appease nightly clippy 2023-08-01 22:44:00 +03:00
lib.rs wstr: cleanup and expose the `ptr` module 2023-04-26 23:49:18 +02:00
ops.rs wstr: cleanup and expose the `ptr` module 2023-04-26 23:49:18 +02:00
parse.rs chore: Fix `clippy::uninlined_format_args` lints 2022-12-15 08:59:38 +02:00
pattern.rs chore: Fix warnings with cargo doc 2022-08-08 20:20:18 +03:00
ptr.rs wstr: cleanup and expose the `ptr` module 2023-04-26 23:49:18 +02:00
tables.rs Move core::string into separate ruffle_wstr crate. 2022-03-26 13:42:57 -07:00
tests.rs wstr: return correct result for `split_ascii_prefix_bytes(<ascii str>)` 2023-08-03 00:25:11 +02:00
utils.rs wstr: return correct result for `split_ascii_prefix_bytes(<ascii str>)` 2023-08-03 00:25:11 +02:00