lhns / fs2-utils   0.4.0

Apache License 2.0 GitHub

utilities for fs2

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x

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.