It is a scala library based on PBson. It contains BSON encoder and decoder for cats types.
Supports types: Chain, NonEmptyChain, NonEmptyList, NonEmptyVector, NonEmptyMap
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"