From b9bf5f0b675a2b1cae0d2fc4e68477d2ec2518ea Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 24 Jun 2023 17:06:37 +0200 Subject: Sockets wrapper --- README | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) (limited to 'README') diff --git a/README b/README index f8f40c1..417477b 100644 --- a/README +++ b/README @@ -1,24 +1,29 @@ kit -A collection of C libraries. +A collection of cross-platform utility libraries. Features -- Unit-testing -- Microbenchmarks -- Lower bound -- Move back -- Dynamic array -- Input buffer -- Random number generation -- Big integer math -- SHA-256 -- Async function -- Atomic -- Condition variable -- Mutual exclusion -- Thread +- Testing + - Unit-tests + - Microbenchmarks +- Algorithms and data types + - Lower bound + - Move back + - Dynamic array + - Big integer math + - SHA-256 +- System + - Atomics + - Condition variables + - Mutual exclusion + - Threads + - Sockets wrapper +- Misc + - Input buffer + - Random number generation + - Async functions (coroutines) -Condition variables, mutual exclusions and threads implementation was forked from Mesa source code. +Condition variables, mutual exclusion and threads implementation was forked from Mesa source code. * https://gitlab.freedesktop.org/mesa/mesa Folder "/include" contains header-only version of this library. -- cgit v1.2.3