Skip to content

Comments

Update Cookbook Documentation for v0.1.300#106

Merged
Tuntii merged 6 commits intomainfrom
update-docs-v0.1.300-9259717141717722755
Feb 8, 2026
Merged

Update Cookbook Documentation for v0.1.300#106
Tuntii merged 6 commits intomainfrom
update-docs-v0.1.300-9259717141717722755

Conversation

@Tuntii
Copy link
Owner

@Tuntii Tuntii commented Feb 8, 2026

Updated the cookbook documentation to align with the current codebase state (v0.1.300).

Changes:

  • Fixed rustapi-jobs documentation:
    • Corrected Job trait implementation to use execute method instead of run.
    • Clarified the separation between Job handler and Job Data payload.
    • Updated enqueueing examples to pass data struct instead of handler struct.
  • Updated rustapi-extras documentation:
    • Added sections for Replay (Time-Travel Debugging), Timeout, Sanitization, and Guard features.
    • Clarified the distinction between request logging and structured logging.
  • Updated rustapi-testing documentation:
    • Added missing installation instructions.

PR created automatically by Jules for task 9259717141717722755 started by @Tuntii

Updated the cookbook documentation to align with the current codebase state (v0.1.300).

Changes:
- Fixed `rustapi-jobs` documentation:
    - Corrected `Job` trait implementation to use `execute` method instead of `run`.
    - Clarified the separation between Job handler and Job Data payload.
    - Updated enqueueing examples to pass data struct instead of handler struct.
- Updated `rustapi-extras` documentation:
    - Added sections for `Replay` (Time-Travel Debugging), `Timeout`, `Sanitization`, and `Guard` features.
    - Clarified the distinction between request logging and structured logging.
- Updated `rustapi-testing` documentation:
    - Added missing installation instructions.

Co-authored-by: Tuntii <121901995+Tuntii@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copilot AI review requested due to automatic review settings February 8, 2026 03:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the cookbook documentation to reflect RustAPI v0.1.300 APIs and features across rustapi-jobs, rustapi-extras, and rustapi-testing.

Changes:

  • Added missing installation instructions for rustapi-testing.
  • Updated rustapi-jobs examples to use the current Job::execute API and clarify handler vs payload data.
  • Expanded rustapi-extras docs with new sections for replay/debugging, timeouts, sanitization, and guards.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
docs/cookbook/src/crates/rustapi_testing.md Adds dev-dependencies installation snippet for rustapi-testing.
docs/cookbook/src/crates/rustapi_jobs.md Aligns job examples with execute, data/handler split, and updated queue APIs.
docs/cookbook/src/crates/rustapi_extras.md Documents additional middleware/features (replay/timeout/guard/sanitization) and clarifies structured vs request logging.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Tuntii and others added 5 commits February 8, 2026 18:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Tuntii Tuntii merged commit 44b8d64 into main Feb 8, 2026
7 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 8, 2026
…cs-v0.1.300-9259717141717722755

Update Cookbook Documentation for v0.1.300 44b8d64
@Tuntii Tuntii deleted the update-docs-v0.1.300-9259717141717722755 branch February 22, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant