danielhenrymantilla/inheritance-rs

Is this crate dormant or developing elsewhere?

clojurust opened this issue ยท 3 comments

I'll try to use it in another crate... ;)

Haha, yeah I have been dealing with other projects ๐Ÿ˜…, I no longer had that much motivation for a crate that I didn't think much people were using (basically it's on my TODO list, but not high up).

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 ๐Ÿ™‚

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... ;)