ascom-alpaca-core 0.2.1

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
//! ConformU test harness — thin HTTP server for ASCOM conformance testing.
//!
//! Gated behind the `conformu` feature flag. Not included in production builds.

pub mod dispatch;
pub mod management;
pub mod mocks;