- Install Rust. (link)
- Clone this repository.
- In the terminal enter:
-
cd oxicsv
-
cargo run
-
If everything worked successfully your terminal should show:
Hello, world!
The major steps of the tutorial can be accessed in the following branches:
- 1_hello_web
- 2_csv_in
- 3_json_out
- 4_lazy_static
- 5_fat_binary
- 6_no_safety
- 7_crossing_it_all_over
For editing any plain text editor will do. I recommend either:
- CLion with the Rust plugin. IntelliJ IDEA will work without debugger.
- Visual Studio Code with the Rust (rls) extension.
A PDF containing all slides can be found in the slides
branch.