proof of concept for https://github.com/ocaml/RFCs/pull/19
-
Updated
Jul 19, 2023 - OCaml
proof of concept for https://github.com/ocaml/RFCs/pull/19
Pure JSON parser that extracts JSON objects out of a byte stream without the use of delimeters
Package stout (STream OUTput): writing byte streams in a type-safe and extensible way.
Wire Format Compiler
COBS + CRC framing for any byte stream, on embedded and native. Streaming encoder/decoder with link statistics, zero heap. Header-only C++11. Pairs with BytePack.
SDDS is a short word of Stream Data Dynamic Structure.
Helps find patterns in byte array.
An endianness aware stream reader for Bits'N'Bytes
A PHP library to work with stream decode and encode according to the SDDS Specification.
Splitting data into byte chunks of a given size by character(s).
Encapsulate byte streams to support streaming data transmission. Optional checksum to ensure data correctness. For single machine transmission, disable Endianness; For online transmission, enable Endianness.
Byte-stream formatter for Swift — renders binary data (a Collection of bytes) as human-readable hexadecimal text, continuous ("deadbeef") or spaced ("de ad be ef"). Composes per-byte hex; Foundation-free.
Small framing primitives for byte streams: buffering, delimiter rules, and zero-copy frame views.
Add a description, image, and links to the byte-stream topic page so that developers can more easily learn about it.
To associate your repository with the byte-stream topic, visit your repo's landing page and select "manage topics."