|
|
|
|
|
by Manishearth
3293 days ago
|
|
It's an iterator, so the parser will parse fields from the already-allocated raw CSV string and yield them to you as it reads them as slices borrowed from the string. It's up to you to store them in whatever structured format you want. |
|