Cstruct converters and hexdump
- Add an
opam
file - Add Travis CI files
- Add
Hex.of_cstruct
andHex.to_cstruct
to converters from and to cstructs
(#5 by @trevorsummerssmith) - Add
Hex.hexdump
to pretty-print an hex value (#6 by @trevorsummerssmith) - Change the optional argument of
Hex.of_string
to take a list of characters
to ignore (#6 by @trevorsummerssmith)