Expand description
LiRAYS Rust websocket client.
This crate provides:
Clientfor async command and subscription operations,ConnectionOptionsfor connection setup,- variable model structs for namespace creation and metadata edits.
Modules§
- types
- Error types used by the client.
Structs§
- Boolean
Var - Model types used by create/edit APIs. Configuration used to create a boolean variable in the namespace.
- Client
- Main async LiRAYS client. High-level asynchronous client for LiRAYS namespace and value operations.
- Connection
Options - Explicit connection configuration. Connection settings used to build the websocket request.
- Float
Var - Model types used by create/edit APIs. Configuration used to create a float variable in the namespace.
- Integer
Var - Model types used by create/edit APIs. Configuration used to create an integer variable in the namespace.
- TextVar
- Model types used by create/edit APIs. Configuration used to create a text variable in the namespace.
- Variable
Metadata Patch - Model types used by create/edit APIs. Partial metadata update payload for an existing variable.