Skip to content

Releases: johnynek/fastparse-cats

Initial Release

05 May 22:58
Compare
Choose a tag to compare

Initial release of fastparse cats.

Quickstart:

artifact ids:

"org.bykn" %% "fastparse-cats" % "0.1.0"
"org.bykn" %% "fastparse-cats-byte" % "0.1.0"

then:

// get the Monad and Alternative for string Parser
import org.bykn.fastparse_cats.StringInstances._

or

// get the Monad and Alternative for byte Parser
import org.bykn.fastparse_cats.ByteInstances._