2025-01-03 11:27:44 +01:00
2025-01-03 11:27:44 +01:00
2025-01-03 11:27:44 +01:00
2024-11-22 15:37:45 +01:00
2025-01-03 11:27:44 +01:00
2025-01-04 11:53:48 +01:00
2024-11-29 09:49:10 +01:00

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.

Description
General C++ I/O streams and utilities. Full byte-order support (big endian, little endian), POSIX file descriptor streams, socket streams.
Readme 207 KiB