summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-21 08:01:29 -0500
committerGitHub <noreply@github.com>2025-11-21 08:01:29 -0500
commit6f8c36c3e004b9dc6802128f1cae34812cb8287b (patch)
treefc9d8b951a716bec1b204b2b35977d75ce6b95b5
parentadfe0b308381416f3f75fe89cfd7457343050976 (diff)
parentdbe09e84dccf8deeeca22d1a1f1577b45e5e5602 (diff)
Merge pull request #15 from amlel-el-mahrouss/develop
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5662d10..a781373 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,13 @@ A C++ library with additional modules for your C++ SDLC.
## Structure:
+
+
- `core`: Core utilities and fundamental abstractions used across OCL.
- `except`: Exception classes and error-handling helpers.
- `fix`: FIX protocol utilities and helpers for Financial Information eXchange integration.
- `io`: Input/output utilities, stream helpers, and file handling.
-- `log`: Logging facilities, macros, and helpers for diagnostics.
+- `logic`: Logic facilities, macros, and helpers for programs.
- `memory`: Memory management utilities, allocators, and smart-pointer helpers.
- `net`: Networking utilities and lightweight socket helpers.
- `simd`: SIMD-optimized algorithms and low-level performance helpers.