extism-pdk-1.0.0.0: Extism Plugin Development Kit
Safe HaskellSafe-Inferred
LanguageHaskell2010

Extism.PDK.Util

Synopsis

Documentation

toByteString :: String -> ByteString Source #

Helper function to convert a string to a bytestring

fromByteString :: ByteString -> String Source #

Helper function to convert a bytestring to a string