Module server

Module server 

Available on crate feature server only.
Expand description

API server.

Structsยง

ServerHandle
Handle for a spawned LeLuM Varlink server.
ServiceProxy ๐Ÿ”’
Proxy struct that implements the low-level [zlink::Service] trait and forwards calls to the high-level Lelum trait.

Enumsยง

Method ๐Ÿ”’
Reply ๐Ÿ”’

Traitsยง

Lelum
High-level trait for implementing a LeLuM Varlink server.

Functionsยง

spawn_unix
Spawns a LeLuM Varlink server at the given Unix socket path.