acpremote 0.1.0

Handle-claim crate for ACP Remote. The production implementation currently ships as a Python package.
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../README.md")]

/// Returns the current status of this crate.
#[must_use]
pub fn status() -> &'static str {
    "acpremote is currently implemented as a Python package. See https://vcoderun.github.io/acpkit/acpremote/."
}