This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Piotr Osiewicz
osiewicz.bsky.social
did:plc:5edfvqkzkfeplrdob44fz446
Re special-casing drop_in_place; rustc already does something to that effect in dev builds where it'll reuse instantiations of generics from the dependencies of a crate. It is not enabled for release builds (by default), as it has a negative impact on codegen. Check out -Zshare-generics
2025-06-26T15:52:29.743Z