https://github.com/lhns/fs2-utils
utilities for fs2
https://github.com/lhns/fs2-utils
fs2 scala scalajs streaming utils
Last synced: 4 months ago
JSON representation
utilities for fs2
- Host: GitHub
- URL: https://github.com/lhns/fs2-utils
- Owner: lhns
- License: apache-2.0
- Created: 2021-05-25T14:37:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T00:26:07.000Z (about 1 year ago)
- Last Synced: 2025-04-30T14:46:56.319Z (about 1 year ago)
- Topics: fs2, scala, scalajs, streaming, utils
- Language: Scala
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fs2-utils
[](https://github.com/lhns/fs2-utils/actions?query=workflow%3Atest)
[](https://github.com/lhns/fs2-utils/releases/latest)
[](https://search.maven.org/artifact/de.lhns/fs2-utils_2.13)
[](https://www.apache.org/licenses/LICENSE-2.0)
This project provides several utility methods for [fs2](https://github.com/typelevel/fs2).
## Usage
### build.sbt
```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.