Most ebook files are in PDF format, so you can easily read them using various software such as Foxit Reader or directly on the Google Chrome browser.
Some ebook files are released by publishers in other formats such as .awz, .mobi, .epub, .fb2, etc. You may need to install specific software to read these formats on mobile/PC, such as Calibre.
Please read the tutorial at this link. https://ebooknice.com/page/post?id=faq
We offer FREE conversion to the popular formats you request; however, this may take some time. Therefore, right after payment, please email us, and we will try to provide the service as quickly as possible.
For some exceptional file formats or broken links (if any), please refrain from opening any disputes. Instead, email us first, and we will try to assist within a maximum of 6 hours.
EbookNice Team
Status:
Available4.7
8 reviewsWho this book is for
This book interests all kinds of sound programmers who want their applications to be efficient and reliable over time. It also attracts novices and recent graduates who wish to become young programmers with a solid grasp of the programming language of the 21st century.
Table of Contents
1. Building the basics
2. Controlling the program flow
3. Organizing for reuse
4. Interfacing with code and errors
5. Borrowing ownership with scopes
6. Working with collections
7. Reading input d writing output
8. Using crates with cargo
9. Testing what you build
10. Documenting what you build
11. Generating code with macros
12. Using heap memory effectively
13. Running concurrent code
14. Writing async code
15. Working with generics
16. Calling unsafe and foreign functions