https://github.com/danielrolls/byte-count-reader
Read strings describing a number of bytes like 2Kb and 0.5 MiB
https://github.com/danielrolls/byte-count-reader
haskell
Last synced: 10 months ago
JSON representation
Read strings describing a number of bytes like 2Kb and 0.5 MiB
- Host: GitHub
- URL: https://github.com/danielrolls/byte-count-reader
- Owner: danielrolls
- License: gpl-3.0
- Created: 2020-05-21T06:22:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T16:07:24.000Z (over 2 years ago)
- Last Synced: 2024-10-05T19:50:46.408Z (over 1 year ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Byte Count Reader
-------------------
[](https://app.travis-ci.com/danielrolls/byte-count-reader)
[][hackage]
[](https://www.stackage.org/package/byte-count-reader)
This library is for reading strings describing a number of bytes like 2Kb and 0.5 MiB.
The following are examples of strings that are accepted:
- 1b
- 2 KiB
- 3.5 MB
- 10 gib
- 100tb
[hackage]: http://hackage.haskell.org/package/byte-count-reader "Hackage"