summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-06-24 17:06:37 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-06-24 17:06:37 +0200
commitb9bf5f0b675a2b1cae0d2fc4e68477d2ec2518ea (patch)
tree4cf35e62745a3ea37a599dc26c61a01bc8c50548 /README
parent621479eec199277aa834eeeb20e249a3570fe669 (diff)
downloadkit-b9bf5f0b675a2b1cae0d2fc4e68477d2ec2518ea.zip
Sockets wrapper
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 21 insertions, 16 deletions
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.