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