docs: add doc-test examples for public API functions#149
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (12)
WalkthroughThis PR comprehensively adds documentation examples and usage blocks across multiple cryptography-related crates (HMAC, ECDSA, Ed25519, RSA, X.509) without modifying any functional code, control flow, or public API signatures. All changes are purely documentation additions totaling 1,161+ lines. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
52c892c to
6f6735a
Compare
Summary
Adds
/// # Examplesdoc-test sections to all public API items that were missing them across the user-facing crates.Changes
Crates updated (12 files, ~1108 lines added):
Conventions:
no_run(slow RSA keygen)#prefix#[cfg(feature = "jwk")]Verification
cargo fmt --all— cleancargo clippy --workspace --all-features --tests -- -D warnings— 0 warningscargo test --doc --workspace --all-features --exclude uselesskey-bdd— all pass (0 failures)