isobmff-0.14.0.0: A parser and generator for the ISO-14496-12/14 base media file format

Safe HaskellNone
LanguageHaskell2010

Data.Type.BitRecords.Structure.String

Synopsis

Documentation

data FixSizeStringStructure :: Nat -> Extends (Structure FixSize) Source #

A type level symbol paired with a type level length, that determines how many bits the representation will use. The resulting structure has exactly that size. Note: That currently multibyte character support is missing.

utf8Bits :: QuasiQuoter Source #

Create a FixSizeStringStructure from a utf-8 string