We're going to do something a little unusual with the std.csv voting. Please cast **two** votes:

1.  Whether std.csv should be included in Phobos.

2. Whether version one or version two (see below) should be included **if** std.csv is included at all.

The difference between versions 1 and 2 of std.csv is that version 1 keeps the Record and Records structs in the documentation, whereas version 2 hides them completely in the style of std.algorithm. This is a detail that there was substantial disagreement about during the review.

Code:

https://github.com/he-the-great/phobos/blob/csv/std/csv.d

Docs (version 1):

http://nascent.freeshell.org/programming/D/doc/phobos/std_csv.html

Docs (version 2):

http://nascent.freeshell.org/programming/D/doc/phobos/std_csv2.html

Reply via email to