libscio/README.md
2024-11-29 09:49:10 +01:00

452 B

libscio — Custom C++ I/O streams and general I/O utilities

Support for:

  • POSIX file descriptors
  • sockets
  • reading/writing values in a different byte order than the native one
  • reading from memory mapped files

Build

make

after building and installing the dependency:

Install

sudo make install

or, on OpenBSD:

doas gmake install

Documentation

Not yet available.