ruffle/wstr/src
relrelb 7cdac78321 chore: Remove `static_assertions` dependency
`static_assertions` seems unmaintained, and anyway `assert!()` is
usable in `const` contexts since Rust 1.57.0:
https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html#panic-in-const-contexts
So simply use the suggested method instead.

Also the `rustversion` dependency is no longer needed because
https://github.com/rust-lang/rust/pull/94075 already landed in stable.
2023-03-25 15:14:36 +03:00
..
buf.rs chore: Remove `static_assertions` dependency 2023-03-25 15:14:36 +03:00
common.rs wstr: Shrink WString to 16 bytes on 64-bits targets 2022-08-16 13:47:00 -07:00
lib.rs chore: Fix `clippy::uninlined_format_args` lints 2022-12-15 08:59:38 +02:00
ops.rs wstr: make the crate no_std 2022-03-26 13:42:57 -07: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: introduce explicit WStrMetadata type 2022-08-16 13:47:00 -07:00
tables.rs Move core::string into separate ruffle_wstr crate. 2022-03-26 13:42:57 -07:00
tests.rs chore: Fix `clippy::uninlined_format_args` lints 2022-12-15 08:59:38 +02:00
utils.rs wstr: Use `extend_from_slice` instead of manually pushing to output. 2022-07-25 10:52:56 -07:00