note about pull requests
This commit is contained in:
parent
493b7dd9d4
commit
82085eaaf9
|
@ -16,3 +16,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
## Executive Summary
|
## Executive Summary
|
||||||
This library allows for reading and writing to and from CSV files in a streaming manner. Files can be read and written to on a row-by-row basis allowing larger files to be worked with, since the whole file doesn't have to be loaded to manipulate it. It is based on the [conduit](https://hackage.haskell.org/package/conduit] library.
|
This library allows for reading and writing to and from CSV files in a streaming manner. Files can be read and written to on a row-by-row basis allowing larger files to be worked with, since the whole file doesn't have to be loaded to manipulate it. It is based on the [conduit](https://hackage.haskell.org/package/conduit] library.
|
||||||
|
|
||||||
|
## Pull Requests
|
||||||
|
Please make pull requests to the `dev` branch.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user