Dynosaur Schema
The meteor-dynosaur module provides integration with Dynosaur library.
It provides implicit construction from Dynosaur’s schema to meteor’s codec. This is an experiment
feature, hence, it is subjected to change.
import meteor.dynosaur.formats.conversions._
import meteor.codec.Codec
implicit val bookSchema: Schema[Book] = ...
val bookCodec: Codec[Book] = implicitly[Codec[Book]]