Skip to main content

Crate agentlink_native

Crate agentlink_native 

Source
Expand description

AgentLink SDK Native

Native platform implementation using reqwest (HTTP) and rumqttc (MQTT).

Re-exports§

pub use http::NativeHttpClient;
pub use mqtt::NativeMqttClient;

Modules§

http
Native HTTP Client Implementation
mqtt
Native MQTT Client Implementation

Functions§

create_http_client
Create a native HTTP client
create_mqtt_client
Create a native MQTT client