lhns / fs2-utils

utilities for fs2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

utilities for fs2

License:Apache License 2.0


Languages

Language:Scala 100.0%