DEV Community

Tesrte Dev
Tesrte Dev

Posted on

I created a POC library to enable inheritance in Rust

I recently built a small Rust library as a learning project to simulate struct inheritance using a custom derive macro. It lets you reuse fields and methods from parent structs in a clean, Rust-friendly way.

Github page

Would love for you to check it out! 😊
Any feedback, suggestions, or nitpicks are super appreciated 🙏

Link: https://github.com/acidbotmaker/rust-inherit

Top comments (0)