Skip to content

EvgeneKiiski/pbson-cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbson-cats

It is a scala library based on PBson. It contains BSON encoder and decoder for cats types.

Supports types: Chain, NonEmptyChain, NonEmptyList, NonEmptyVector, NonEmptyMap

Getting pbson-cats

The current stable version is 0.0.1

If you're using SBT, add the following line to your build file:

resolvers += "JCenter" at "https://jcenter.bintray.com/"
libraryDependencies += "ru.twistedlogic" %% "pbson-cats" % "0.0.1"