alpine-protocol-rs 1.2.2

Authenticated Lighting Protocol (alpine): secure control-plane + streaming guard for lighting data.
Documentation
1
2
3
4
5
6
7
8
//! SDK helpers that wrap the low-level ALPINE bindings with ergonomic clients.
//! 
//! This module provides the authoritative reference for higher-level behavior,
//! including the discovery → handshake → stream lifecycle, keepalive management,
//! and control envelope helpers. Documented guarantees here are canonical.
pub mod client;

pub use client::{AlpineClient, ClientError};