fm-bindings 0.1.5

Rust bindings for Apple's Foundation Models framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Security Audit
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
jobs:
  security_audit:
    name: Security Audit
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v5
      - name: Install cargo-audit
        run: cargo install cargo-audit
      - name: Run security audit
        run: cargo audit