inheritance-rs icon indicating copy to clipboard operation
inheritance-rs copied to clipboard

Is this crate dormant or developing elsewhere?

Open clojurust opened this issue 4 years ago • 3 comments
trafficstars

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

clojurust avatar May 07 '21 09:05 clojurust

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 🙂

danielhenrymantilla avatar May 07 '21 09:05 danielhenrymantilla

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

clojurust avatar May 18 '21 12:05 clojurust

I wanted to write a crate with a similar functionality, but decided to search for one first. Found this one at it probably fits my use case, which is representing Factorio prototypes as rust structs: https://github.com/JohnTheCoolingFan/factorio-lib-rs

JohnTheCoolingFan avatar Oct 31 '23 21:10 JohnTheCoolingFan