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.
Would love for you to check it out! 😊
Any feedback, suggestions, or nitpicks are super appreciated 🙏