An open API service indexing awesome lists of open source software.

https://github.com/vmchale/dir-traverse

Recursive directory traversals in Haskell
https://github.com/vmchale/dir-traverse

Last synced: 9 months ago
JSON representation

Recursive directory traversals in Haskell

Awesome Lists containing this project

README

          

# dir-traverse

Get all descendants of a directory. It should have similar performance to
[dirstream](http://hackage.haskell.org/package/dirstream), with fewer
dependencies.

This streams in memory, like `dirstream`.