foundation-models 0.11.3

Safe Rust bindings for Apple's FoundationModels framework - on-device LLM on macOS 26+
Documentation
1
2
3
4
5
6
7
8
9
// Module map / umbrella header for the FoundationModelsBridge target.
// Currently empty — Swift's `@_cdecl` exports plain C symbols that Rust
// declares manually in src/ffi/mod.rs. The header exists so Swift PM can
// build this target as a static library with a public include path.

#ifndef FOUNDATION_MODELS_BRIDGE_H
#define FOUNDATION_MODELS_BRIDGE_H

#endif /* FOUNDATION_MODELS_BRIDGE_H */