Skip to content
#

stb-style

Here are 26 public repositories matching this topic...

std_net.h` is a zero-dependency, header-only C/C++ networking library for TCP sockets. It abstracts cross-platform complexities (Windows/Linux/macOS/Android/FreeBSD) into a unified API for building clients/servers. Features include IPv4/IPv6 support (Happy Eyeballs), blocking/non-blocking I/O, timeouts, and RAII wrappers. MIT licensed.

  • Updated Aug 18, 2025
  • C++

Lightweight single-header JSON parser/generator for C/C++ in STB tradition. Implements RFC 8259 (JSON), RFC 6901 (JSON Pointer), RFC 6902 (JSON Patch), and RFC 7386 (Merge Patch). Zero dependencies, thread-safe, UTF-8 validation, file I/O, minification, and custom allocators. Ideal for embedded systems and cross-platform projects.

  • Updated Aug 4, 2025
  • C

Improve this page

Add a description, image, and links to the stb-style topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stb-style topic, visit your repo's landing page and select "manage topics."

Learn more