| Copyright | (c) Aleksey Makarov 2021 |
|---|---|
| License | BSD 3-Clause License |
| Maintainer | aleksey.makarov@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Endian
Description
Newtypes for little- and big-endian instances of Binary
Documentation
Be a is an instance of Binary such that a is serialized as big-endian
Instances
Le a is an instance of Binary such that a is serialized as little-endian