removed warning about API changes
This commit is contained in:
parent
1b20188dfc
commit
bb970e4f42
|
@ -14,8 +14,5 @@ General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
## Important Note
|
|
||||||
This library is not yet ready for release. As such, all code should be considered to be unstable and subject to change at any time.
|
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user