Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
core.cppm
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
22
23// Import and re-export all interface partitions
24export import :interfaces.logger;
25export import :interfaces.executor;
26
27// Re-export ok() from result.core for backward compatibility
28export import :result.core;