aranya-daemon-api 6.0.0

IPC API between the Aranya client and daemon
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Internal crate for `aranya-client` and `aranya-daemon`.
//!
//! This crate is an implementation detail for `aranya-client`
//! and `aranya-daemon` and is exposed out of necessity. It is
//! permanently unstable and does NOT promise backward
//! compatibility.

#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod crypto;
mod service;

pub use service::*;