This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Munns
jamesmunns.com
did:plc:rqm4qgf6jdmb35mxatuzi6cq
Here's a fun challenge I am going to say is not possible, and I hope someone corrects me:
You can't have a const/const fn in rust that returns true if the type is `'static`, and false if the type is not static.
Or, what I really want: `const fn get_type_id<T>() -> Option<TypeId>`.
2025-05-18T18:44:09.816Z