Is this crate dormant or developing elsewhere?
clojurust opened this issue ยท 3 comments
clojurust commented
I'll try to use it in another crate... ;)
danielhenrymantilla commented
Haha, yeah I have been dealing with other projects
Should you have a well-defined use-case objective you'd like to see added here, it may give me an objective towards which to work
clojurust commented
Well, I'm in a compiler for Clojure, and I'm dealing a lot with trait objects as the runtime is fully based on dynamic dispatch. I fall on your code and part of it seemed useful to be integrated to ease the code generation of the core library and eventually in the compiler code generation.
But I'm not in a hurry for now... ;)