How to Write Tests in Rust
Hey everyone π
I spent many hours on Sunday writing the upcoming Rust Book. We are still far from the release date, but I enjoyed doing this, especially after all these years focused on video content. It really helps me connect everything I have been doing and keep my thoughts on paper.
If you want to preorder the book, reply to this email, and I will send you the link.
This has been a very long week, but I recorded and edited another video.
The video also contains a very tricky question; try to answer it without cheating, and letβs see if you can get it right.
Testing is essential to software development, especially when coding professionally and improving your code's quality.
In Rust, testing is built into the language, making writing and running tests straightforward.
I just released both an article and a video about the topic.