diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,9 @@ Components * `ZixSem`: A portable semaphore wrapper. * `ZixThread`: A portable thread wrapper. * `ZixTree`: A binary search tree. - * `zix_digest`: A hash function for arbitrary data. + + * `zix/digest.h`: Digest functions suitable for hashing arbitrary data. + * `zix/path.h`: Functions for working with filesystem paths lexically. Platforms --------- |