Expand description
The Daemon library.
This crate is an implementation detail for the
aranya-daemon executable. It is permanently unstable and
does NOT promise backward compatibility.
Modules§
- actions
- Aranya graph actions/effects API.
- aranya
- This module provides the
Clientstruct, which wraps anaranya_runtime::ClientState - config
- Daemon configuration.
- policy
- This code is @generated by
policy-ifgen. DO NOT EDIT. - sync
- Aranya syncer used to send/receive graph commands to other peers.
- vm_
policy
Macros§
- find_
effect - Find the first effect matching a given pattern.
Structs§
- Aranya
Store - The Aranya keystore.
- Daemon
- The daemon itself.
- Daemon
Handle - Handle for the spawned daemon.