# Connection & Config Examples (/sdks/rust/how-to/connection)



<Cards>
  <Card title="Connect" href="/sdks/rust/tutorials/connect">
    Basic client connection with minimal and configured options
  </Card>

  <Card title="Close" href="/sdks/rust/how-to/connection/close">
    Graceful client closure and shutdown
  </Card>

  <Card title="Ping" href="/sdks/rust/how-to/connection/ping">
    Health-check and server info retrieval
  </Card>

  <Card title="Custom Timeouts" href="/sdks/rust/how-to/connection/custom-timeouts">
    Retry policy, keepalive, and connection callbacks
  </Card>

  <Card title="Token Auth" href="/sdks/rust/how-to/connection/token-auth">
    Authentication with bearer token
  </Card>
</Cards>
