You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: bump wry from 0.53.5 to 0.54.4
Aligns webkit2gtk-sys pin with =2.0.2, allowing Dioxus desktop
and Tauri 2.x apps to coexist in the same Cargo workspace.
* upgrade to wry 0.55, newest tao
* pin git commit for compile
* link checker
* min version bump
---------
Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
Copy file name to clipboardExpand all lines: packages/const-serialize/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,5 +53,5 @@ The rust [nomicon](https://doc.rust-lang.org/nomicon/data.html) defines the memo
53
53
## Limitations
54
54
55
55
- Only constant sized types are supported. This means that you can't serialize a type like `Vec<T>`. These types are difficult to create in const contexts in general
56
-
- Only types with a well defined memory layout are supported (see <https://github.com/rust-lang/rfcs/pull/3727> and <https://onevariable.com/blog/pods-from-scratch>). `repr(Rust)` enums don't have a well defined layout, so they are not supported. `repr(C, u8)` enums can be used instead
56
+
- Only types with a well defined memory layout are supported (see <https://github.com/rust-lang/rfcs/pull/3727>). `repr(Rust)` enums don't have a well defined layout, so they are not supported. `repr(C, u8)` enums can be used instead
57
57
- Const rust does not support mutable references or points, so this crate leans heavily on functional data structures for data processing.
0 commit comments