Expand description
Core implementation structs for Senzing SDK interfaces
Public API types:
SzEnvironmentCore- The main environment singletonSenzingGuard- RAII wrapper for automatic cleanup
All other core types are internal implementation details accessed through trait objects.
Re-exportsยง
pub use environment::SzEnvironmentCore;
Modulesยง
- config ๐
- Core implementation of SzConfig trait
- config_
manager ๐ - Core implementation of SzConfigManager trait
- diagnostic ๐
- Core implementation of SzDiagnostic trait
- engine ๐
- Core implementation of SzEngine trait
- environment
- Core implementation of SzEnvironment trait
- guard ๐
- RAII guard for automatic Senzing environment cleanup
- product ๐
- Core implementation of SzProduct trait
Structsยง
- Senzing
Guard - RAII guard for automatic Senzing environment cleanup.