directory-ospath-streaming

Stream directory entries in constant memory in vanilla IO

https://github.com/sergv/directory-ospath-streaming

Version on this page:0.1.0.1@rev:1
LTS Haskell 22.19:0.1.0.1@rev:1
Stackage Nightly 2024-04-27:0.1.0.2
Latest on Hackage:0.1.0.2

See all snapshots directory-ospath-streaming appears in

Apache-2.0 licensed by Sergey Vinokurov
Maintained by Sergey Vinokurov
This version can be pinned in stack with:directory-ospath-streaming-0.1.0.1@sha256:b14a31d1bbf35487c57bd3e7f990f388dfd55397a1493c38bc06986d1ce4eada,2413

Module documentation for 0.1.0.1

Depends on 3 packages(full list with versions):

build

Synopsis

Reading of directory contents in constant memory, i.e. in an iterative fashion without storing all directory elements in memory. From another perspective, this reading interface allows stopping at any point without loading every directory element.

Both Windows and Unix systems are supported.

Changes

0.1.0.1

  • Add missing test inputs

0.1

Initial release