diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-11-21 08:00:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 08:00:29 -0500 |
| commit | dbe09e84dccf8deeeca22d1a1f1577b45e5e5602 (patch) | |
| tree | fc9d8b951a716bec1b204b2b35977d75ce6b95b5 /README.md | |
| parent | a6221707213cace6bede998f4cca1daaade955d9 (diff) | |
meta: Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
