native/dart_bridge_model_registry library

Classes

DartBridgeModelFormat
Thin proto-byte bridge for URL → ModelFormat / ModelArtifactType inference. Delegates to the commons APIs (rac_model_format_from_url_proto, rac_artifact_infer_from_url_proto).
DartBridgeModelRegistry
Model registry bridge for C++ model registry operations. Matches Swift's CppBridge+ModelRegistry.swift.
RacArtifactInfoStruct
Artifact info struct matching C++ rac_model_artifact_info_t Used as nested struct in RacModelInfoCStruct
RacModelInfoCStruct
Model info struct matching actual C++ rac_model_info_t layout.
RacModelInfoStruct
Model info struct (simplified, for internal Dart use only) NOT for direct FFI - use RacModelInfoCStruct with rac_model_info_alloc