ascom-alpaca-core 0.2.2

Framework-agnostic ASCOM Alpaca protocol types and traits for Rust — all 10 device types, no HTTP framework required
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Release

on:
  push:
    branches: [main]

permissions:
  contents: write
  pull-requests: write
  id-token: write

jobs:
  release:
    uses: nightwatch-astro/.github/.github/workflows/rust-release.yml@main
    secrets: inherit