alpha
Login
or
Join now
gazagnaire.org
/
ocaml-hex
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Hexadecimal string codec
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-hex
/
lib
/
at
main
3 files
Thomas Gazagnaire
hex: decode a fixed-width hex field to an int in place
17d ago
578ee95d
dune
hex: decode a fixed-width hex field to an int in place decode_int reads len hex digits at an offset as a big-endian integer straight from the string, with no substring or "0x" prefix allocated -- the numeric-field parse that formats like the newc cpio header need, in the hex home rather than reimplemented per parser.
2 weeks ago
hex.ml
hex: decode a fixed-width hex field to an int in place decode_int reads len hex digits at an offset as a big-endian integer straight from the string, with no substring or "0x" prefix allocated -- the numeric-field parse that formats like the newc cpio header need, in the hex home rather than reimplemented per parser.
2 weeks ago
hex.mli
hex: decode a fixed-width hex field to an int in place decode_int reads len hex digits at an offset as a big-endian integer straight from the string, with no substring or "0x" prefix allocated -- the numeric-field parse that formats like the newc cpio header need, in the hex home rather than reimplemented per parser.
2 weeks ago