package ohex
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Hexadecimal encoding and decoding
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ohex-0.2.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=77f2cbe75b9efd528a2b3478a8d4f3d4
    
    
  sha512=af72a9699f81878cc7d247a92a28332a8e34f247ad6bd477f8c7ae7f2970b73c4750a31eedf8eeb43ca8d19ae3c4c4f8a9d5421a40b73eb1f1711f44b14ff3e6
    
    
  doc/README.html
oHEX
This package with minimal dependency cone provides functionality to decode and encode strings into hexadecimal representation.
As example, Ohex.decode "4142" = "AB". And Ohex.encode "AB" = "4142".
There's even the property, for all strings s: Ohex.(decode (encode s)) = s.
A pretty-printer is provided as well.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >