You can search for identifiers within the package.
in-package search v0.2.0
val encode : bytes -> string
encodes a bytestring into a hexstring
val decode : string -> (bytes, string) Stdlib.result
decodes an hexstring into a bytestring (can return an error)