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
- Host: GitHub
- URL: https://github.com/vmchale/dir-traverse
- Owner: vmchale
- License: bsd-3-clause
- Created: 2019-04-26T23:24:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T01:16:02.000Z (over 5 years ago)
- Last Synced: 2025-04-15T20:08:23.477Z (9 months ago)
- Language: Haskell
- Size: 29.3 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`.