rust-cookbook
rust-cookbook copied to clipboard
Use spaces for CSV in indentation
trafficstars
The use of tabs for indentation made the example error due to finding more columns on the indented lines than intended. Use escaped newlines and line continuations to prevent the indentation from being part of the records.