{-|
  Module      : OpenDHT.Value
  Description : Value related bindings for opendht-c
  Copyright   : (c) Simon Désaulniers, 2025
  License     : GPL-3

  Maintainer  : sim.desaulniers@gmail.com

  This exposes bindings for an OpenDHT `Value`. This
  datatype encapsulates data either retrieved from or put on
  the network through `DhtRunner` functions.
-}


module OpenDHT.Value ( Value (..)
                     ) where

import OpenDHT.Internal.Value

--  vim: set sts=2 ts=2 sw=2 tw=120 et :