encoding-io: Encoding-aware file I/O.

[ bsd3, data, library ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1
Dependencies base (>=4.8 && <4.10), chunked-data, deepseq, transformers-base [details]
License BSD-3-Clause
Copyright (c) 2016 Shao Cheng
Author
Maintainer Shao Cheng <astrohavoc@gmail.com>
Category Data
Home page https://github.com/TerrorJack/encoding-io#readme
Bug tracker https://github.com/TerrorJack/encoding-io/issues
Source repo head: git clone https://github.com/TerrorJack/encoding-io
Uploaded by terrorjack at 2016-08-05T08:45:00Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1087 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-08-05 [all 1 reports]

Readme for encoding-io-0.0.1

[back to package description]

encoding-io

Build Status Build status Hackage encoding-io on Stackage Nightly

Encoding-aware file I/O operations. Useful if you'd like to read/write a text file and stick to UTF-8 instead of using system's default locale.