fnabinash / rust-practice

Collection of 240+ Exercises to learn and practice building CLI tools in Rust
MIT License
151 stars 21 forks source link

Implement display_details method for Book struct #20

Closed unpeturbed closed 2 months ago

unpeturbed commented 2 months ago

This change implements the requested functionality to display book details using a method, rather than relying on the Debug trait.

unpeturbed commented 2 months ago

Thank you, Abinash, All noted and corrected.

fnabinash commented 2 months ago

Congratulation 👍🏻🥳🚀@unpeturbed.

We got our first contributor. keep doing, Keep improving.