Cross-platform C++11 header-only library for memory mapped file IO
cross-platform
cpp
cpp14
cpp11
header-only
mmap
fileviewer
memory-mapped-file
memory-mapping
file-view
-
Updated
Jun 9, 2022 - C++
It would be better and easier to debug a program if the
BytesEncodingandBytesDecodingtraits could return any error type.To do so we need to modify the
Errorenum and more specifically theEncodingandDecodingvariants to wrap aBox<dyn Error>.