We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84022f commit cbdd952Copy full SHA for cbdd952
crates/sdk/src/config.rs
@@ -1,10 +1,4 @@
1
//! Client configuration with builder pattern.
2
-//!
3
-//! Provides type-safe configuration for SDK clients including:
4
-//! - Server discovery (static, DNS, or file-based)
5
-//! - Timeouts and connection settings
6
-//! - Retry policies
7
-//! - Compression options
8
9
use std::time::Duration;
10
0 commit comments