@hackage / bindynamic

A variation of Data.Dynamic.Dynamic with a Binary instance

Latest1.0.0.1

About

Metadata

  • Last updated , by lspitzner
  • License GPL-3.0-only
  • Maintained by: Lennart Spitzner <hexagoxel@hexagoxel.de>

  • Lottery factor: 0

Links

Installation

Readme

This Dynamic is instance Binary by encapsulating only values of types that are Binary. It is a bit more efficient than something similar to (ByteString, TypeRep) as it avoids unnecessary encode/decoding round-trips.