diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -12,6 +12,19 @@ A C++ library with additional modules for your C++ SDLC. - Clang (https://clang.llvm.org/) - Git (https://git-scm.com/) +## 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. +- `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. +- `tests`: Unit and integration tests that validate OCL components. +- `utility`: General-purpose helper functions and small algorithms. + ## Examples: ### Logic Module (Option container) @@ -29,4 +42,4 @@ int main(int argc, char** argv) } ``` -##### (c) 2025 Amlal El Mahrouss, licensed under the MIT license. +##### (c) 2025 Amlal El Mahrouss, licensed under the Boost Software License. |
