Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica
Skip to main content

Module server

Module server 

Source
Expand description

Service server: accepts Unix socket connections and dispatches BackendImpl operations.

The server wraps an Instance (not just a backend) so it can handle write notifications through the Instance’s callback system.

Structs§

ServiceServer
Eidetica service server that listens on a Unix domain socket.