Releases: johnynek/fastparse-cats
Releases · johnynek/fastparse-cats
Initial Release
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._