Module core

Module core 

Source
Expand description

Core implementation structs for Senzing SDK interfaces

Public API types:

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ยง

SenzingGuard
RAII guard for automatic Senzing environment cleanup.