bson-0.0.4: BSON documents are JSON-like objects with a standard binary encoding
Data.Bson.Binary
Description
Standard binary encoding of BSON documents, version 1.0. See bsonspec.org
putDocument :: Document -> PutSource
getDocument :: Get DocumentSource
putDouble :: Double -> PutSource
getDouble :: Get DoubleSource
putInt32 :: Int32 -> PutSource
getInt32 :: Get Int32Source
putInt64 :: Int64 -> PutSource
getInt64 :: Get Int64Source
putCString :: UString -> PutSource
getCString :: Get UStringSource