Skip to content

steinwurf/hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex

image

hex is a small header only library which provides a class called dump. dump is a class that wraps a pointer and a size and provides an output stream operator to print the content as a hexdump.

Use as Dependency in CMake

To depend on this project when using the CMake build system, add the following in your CMake build script:

add_subdirectory("/path/to/hex" hex)
target_link_libraries(<my_target> steinwurf::hex)

Where <my_target> is replaced by your target.

License

hex is available under the BSD license.

About

C++ library for printing the content of an object as a hexdump.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published