1
0
Fork 0
mirror of https://github.com/imjasonh/csvstruct synced 2026-07-13 16:37:29 +00:00

Initial commit

This commit is contained in:
Jason Hall 2014-05-15 08:23:53 -07:00
commit bb2e4c6006
2 changed files with 205 additions and 0 deletions

4
README.md Normal file
View file

@ -0,0 +1,4 @@
csvstruct
=========
Decode CSV files with headers into slices of structs using reflection.