mason-0.2.4: Fast and extensible bytestring builder
Safe HaskellNone
LanguageHaskell2010

Mason.Builder.Dynamic

Contents

Synopsis

Documentation

type DynBuilder = BuilderFor DynamicBackend Source #

Builder with a fixed set of backends. This helps reducing code size and unoptimised code especially on complex/recursive structures, at the cost of extensibility.

Runners