/fs2-utils

utilities for fs2

Primary LanguageScalaApache License 2.0Apache-2.0

fs2-utils

Test Workflow Release Notes Maven Central Apache License 2.0

This project provides several utility methods for fs2.

Usage

build.sbt

// use this snippet for fs2 3 and the JVM
libraryDependencies += "de.lhns" %% "fs2-utils" % "0.4.0"

libraryDependencies += "de.lhns" %% "fs2-io-utils" % "0.4.0"

// use this snippet for fs2 3 and JS, or cross-building
libraryDependencies += "de.lhns" %%% "fs2-utils" % "0.4.0"

License

This project uses the Apache 2.0 License. See the file called LICENSE.