Skip to content

lhns/fs2-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.