Is there a good project recommendation or tool recommendation

I am a novice. I have read the authoritative guide of rust, and I can write some business logic code myself, but I still don't know much about smart pointers and macros

I'd like to take a look at the rust code specification. Would anyone like to share it, anything

What "authoritative guide" are you referring to? As for the "rust code specification", there is not a formal specification for the language like there is for C.

1 Like

《rust authoritative guide》

Do you have a link? There's nothing that exists with that name to my knowledge.

book

The closest your going to get to a standard is the
"This is not a standard" standard.

https://doc.rust-lang.org/reference/index.html

1 Like

If you need some project recommendations I can highly recommend Martyr"s Mega Project Ideas List.
Its a list of many begginer-to-intermediate projects for when you don't know what to work on.

1 Like

I've finished reading this book. Thanks

ty

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.