Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 878 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 878 Bytes

Source Code for the PIT Rust Workshop 2019

  1. Install Rust. (link)
  2. Clone this repository.
  3. In the terminal enter:
    1. cd oxicsv

    2. 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:

A PDF containing all slides can be found in the slides branch.