aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/span_view.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Improvements for epee binary to hex functions:Lee Clagett1-0/+174
- Performance improvements - Added `span` for zero-copy pointer+length arguments - Added `std::ostream` overload for direct writing to output buffers - Removal of unused `string_tools::buff_to_hex`