Skip to content

Tecsisa/scodec-akka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scodec-akka

Provides interop between scodec and akka.

To use this project, import everything from the scodec.interop.akka package.

import scodec.bits._
import scodec.interop.akka._
import akka.util.ByteString

val x: ByteVector = hex"deadbeef"
val y: ByteString = x.toByteString

Currently, this library only defines conversions between ByteVector and ByteString. Support will be added for using Codecs in akka streams and perhaps building streaming encoders/decoders with akka streams, similar to the support in the scodec-stream project.

Getting Binaries

This library is published to Maven Central under org.scodec %% scodec-akka.

See the releases page on the website.

About

Provides interop between scodec and akka

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 85.8%
  • Java 14.2%