We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e91b0 commit b0a752cCopy full SHA for b0a752c
1 file changed
README.md
@@ -28,8 +28,8 @@ https://github.com/user-attachments/assets/4ded322f-50f6-4258-b544-4dd27e22e593
28
| `Option<T>` | ✅ |
29
| custom `struct` | ✅ |
30
| custom C-Style `enum` | ✅ |
31
-| `Box<T>` | ⛔ |
32
-| regular Rust `enum` | ⛔ |
+| `Box<T>` | ✅ |
+| regular Rust `enum` | ✅ |
33
34
Quicksilver can be derived for structs and `repr(C)` enums via `#[derive(Quicksilver)]`.
35
0 commit comments