Skip to content

Cstruct converters and hexdump

Compare
Choose a tag to compare
@samoht samoht released this 14 Oct 16:31
· 75 commits to main since this release
  • Add an opam file
  • Add Travis CI files
  • Add Hex.of_cstruct and Hex.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)