rattletrap-6.2.3: Parse and generate Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Rattletrap.Encode.Section

Synopsis

Documentation

putSection :: (a -> Put) -> Section a -> Put Source #

Given a way to put the sectionBody, puts a section. This will also put the size and CRC.

let bytes = runPut (putSection putContent content)