Registry / networking / fs2-io-2-13

fs2-io-2-13

JSON →
library3.13.0javamavenunverified

FS2 IO provides streaming I/O capabilities for Scala, built on cats-effect.

<dependency> <groupId>co.fs2</groupId> <artifactId>fs2-io_2.13</artifactId> <version>3.13.0</version> </dependency>
INSTALL
IMPORT
SIG · FS2-IO-2-13
F
fs2-io-2-13
networkingjavav3.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Files
✓ fs2.io.file.Files

Reads a file as a stream of bytes using FS2 IO.

import fs2.io.file.Files import cats.effect.IO import cats.effect.unsafe.implicits.global val stream = Files[IO].readAll(fs2.io.file.Path("data.txt")) stream.compile.toList.unsafeRunSync()
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
fs2-io-2-13 — mvn dependency:get fs2-io-2-13 · libregistry