packages feed

fb-util-0.1.0.1: Foreign/CPP/HsStruct.hs

{-
  Copyright (c) Meta Platforms, Inc. and affiliates.
  All rights reserved.

  This source code is licensed under the BSD-style license found in the
  LICENSE file in the root directory of this source tree.
-}

module Foreign.CPP.HsStruct
  ( coerce
  , Addressable
  , module Types
  , module Utils
  ) where

import Data.Coerce
import Foreign.CPP.Addressable (Addressable)
import Foreign.CPP.HsStruct.Types as Types
import Foreign.CPP.HsStruct.Utils as Utils