Danny Robson
e48aebb503
io: remove lvalue write function
writing arbitrary lvalues is incredibly dangerous if we don't have total coverage of suitable overloads. eg, we have accidentally written string objects to file descriptors. instead we prefer byte/char views which the user can create as desired. there's a little more cognitive overhead here, but it's substantially less dangerous in casual usage.
A simple cross-platform C++ utility library. Supported compilers: >=clang-4.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC. For the love of God, do not use the crypto routines. I am not a cryptographer or a security specialist. You have been warned.
Description
Languages
C++
96%
Ragel
1.2%
CMake
1.1%
Meson
1.1%
Python
0.6%