Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for parsing and generating CSV data
This adds the module std.csv, which provides the types Parser and Generator for parsing and generating CSV data respectively. The parser type supports both a high-level iterator based API, and a low-level pull parsing API aimed at parsing large files with low memory usage. Changelog: added
- Loading branch information