October 2019
Intermediate to advanced
444 pages
10h 37m
English
First, create a new project using cargo new file-stuff. Now, to work with files, we need a text file to read and process. Lorem Ipsum (https://www.lipsum.com/) is a popular dummy text that can be generated on a large scale, so to proceed with the recipe, generate a few (200) paragraphs with this generator and save the text in a file called lorem.txt in the root directory.
Finish your preparations by opening the project directory in VS Code.
Read now
Unlock full access