readme update
Some checks failed
/ Build and Release Library (push) Has been cancelled

This commit is contained in:
Pat Garrity 2026-05-06 21:52:39 -05:00
parent 146afe6a88
commit bb842a630f
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -47,6 +47,9 @@ Provides standard types, wrappers, and tools.
`Files`: These provide support for reading and writing files. Provides wrapping `Files`: These provide support for reading and writing files. Provides wrapping
around `java.nio.file.Files`. around `java.nio.file.Files`.
Note that for streaming operations, `fs2.io` provides everything conveniently
and does not benefit from wrapping.
### Resource Helpers ### Resource Helpers
These provide support for reading files from packaged resource directories These provide support for reading files from packaged resource directories
@ -67,11 +70,3 @@ helpers.
`DateTimeProvider[F[_]]`: Effectful provider for dates and times. Provides an `DateTimeProvider[F[_]]`: Effectful provider for dates and times. Provides an
implementation based on clock injection. Helps to decouple date/time use from implementation based on clock injection. Helps to decouple date/time use from
static methods. static methods.
### Streaming Hash
Provides support for streaming arbitrary bytes through different hashing
algorithms:
- MD5 (`MD5Pipe[F[_]]`)
- SHA-256 (`SHA256Pipe[F[_]]`)