Using D within a rust codebase
I have an existing rust project, and I'm trying to rewrite part of it in D. However, I'm not sure how to get rust -> dlang interop working. I've looked into rust -> c -> dlang interop, but I'm not sure how to get c -> dlang interop working either.
Result and Option types
Does dlang have an analog to Result or Option types from rust?