Can't find scodec-akka published to Maven Central

113 Views Asked by At

I need to convert the ByteString received by AKKA Streams to BitVector int order to decode it by scodec. The library is said to be be published to Maven central under org.scodec %% scodec-akka as mentioned here GitHub scodec-akka

so i need to know of the library was removed or i still can get it in some way. if not is there any work arround to make this conversion?

1

There are 1 best solutions below

2
On BEST ANSWER

The scodec-akka library hasn't been published yet. We were holding off until we had some amount of support for akka-streams, but we could publish a version with just the ByteVector conversions.