diff options
Diffstat (limited to 'ruby/rubygem-fastercsv/README')
-rw-r--r-- | ruby/rubygem-fastercsv/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-fastercsv/README b/ruby/rubygem-fastercsv/README new file mode 100644 index 0000000000..3d2e8a44ad --- /dev/null +++ b/ruby/rubygem-fastercsv/README @@ -0,0 +1,3 @@ +FasterCSV is intended as a complete replacement to the CSV standard library. It +is significantly faster and smaller while still being pure Ruby code. It also +strives for a better interface. |