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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,8 @@ I'd be happy to add more features as long as they align with the general philoso
10
10
of compile-time reflection.
11
11
12
12
Unfortunately, there is very little documentation right now.
13
-
Hopefully that will change in the future.
13
+
Hopefully, that will change in the future.
14
+
15
+
## Related Projects
16
+
-[facet](https://github.com/facet-rs/facet) - Very similar, much more recent, appears very high quality.
17
+
-[const-type-layout](https://github.com/juntyr/const-type-layout) - Similar, but far more complex use of type system. Requires specialization and many other nightly features.
0 commit comments