Skip to main content

Crate ambient_fs_client

Crate ambient_fs_client 

Source

Structs§

AmbientFsClient
Client for connecting to ambient-fsd daemon.
AmbientFsClientBuilder
Fluent builder for constructing AmbientFsClient
AnalysisCompleteParams
Params for analysis_complete notification
AwarenessChangedParams
Params for awareness_changed notification
ClientNotification
A generic notification pushed by the server (JSON-RPC notification: has method, no id).
EventFilter
Event filter for queries
TreePatchParams
Params for tree_patch notification

Enums§

ClientError
Errors from the client
Notification
Typed notification variants received from daemon (pushed to subscribers).

Constants§

DEFAULT_SOCKET_PATH
Default socket path for ambient-fsd (Unix)

Type Aliases§

Result