Added
- Comprehensive API documentation following Rust best practices
- Complete documentation for all public APIs with examples
- Crate-level documentation with quick start guide and feature overview
- Method-level documentation with parameters, returns, examples, and error conditions
- Error type documentation with detailed descriptions and retryable classification
- Configuration builder pattern documentation with usage examples
- Internal retry mechanism documentation explaining exponential backoff
Documentation
- Added 32+ working documentation examples that are tested with
cargo test --doc - All examples follow
no_runpattern for network-dependent operations - Cross-references between related types using proper Rust doc links
- Comprehensive error documentation with usage patterns
- Professional docs.rs compatible documentation structure
Full Changelog: 0.1.1...0.2.0