You can search for identifiers within the package.
in-package search v0.2.0
val of_hex : string -> Cstruct.t
of_hex input is output, the hexadecimal parser function. input must be a even-sized string of hexadecimal chars.
of_hex input
output
input
Invalid_argument
if input contains any invalid char or its size is odd