Feat/rust actix postgres quickstart#782
Conversation
Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
4c92bdd to
e566d61
Compare
amaan-bhati
left a comment
There was a problem hiding this comment.
Thank you for adding Rust coverage with the Actix-web and PostgreSQL quickstart - the 15 light-themed screenshots are a nice touch and the guide structure is solid.
A couple of things need to be resolved before this can merge:
Issues Found
1. Rust filter entry conflict
There is another open PR that also adds Rust to QuickStartFilter.js using a different icon. If both are merged, there will be a duplicate Rust entry in the filter UI. Please coordinate with the maintainers to decide which PR owns the Rust filter entry and which icon and color to standardize on. The other PR should then remove its filter addition and reuse the existing entry.
2. Sample repo not yet merged
The sample code is referenced via an open PR in keploy/samples-rust rather than a merged branch. Users following this guide will not be able to clone the app until that PR is merged. Please confirm it is merged before this docs PR is merged, or update the clone URL to point to the main branch.
Please also rebase against main before resubmitting as there are merge conflicts with other open PRs touching the same files.
amaan-bhati
left a comment
There was a problem hiding this comment.
Thank you for your contribution and for the time and energy you invested in this PR! We shared our review and feedback a few weeks ago and have not seen any updates since, so we are going to close this to keep the queue manageable.
If you would like to continue working on this, please feel free to reopen the PR after addressing the review feedback, or submit a new one - we would be happy to take another look. There are also plenty of other open issues across the repo where your help would be very welcome.
Thank you again for contributing to Keploy! Feel free to reach out on Slack if you have any questions, want clarification on the feedback, or are looking for something new to work on.
What has changed?
This PR introduces the Rust Quickstart Guide for using Keploy with Actix-web and PostgreSQL. It provides a step-by-step tutorial for both local and Docker-based setups, enabling Rust developers to easily integrate Keploy for API testing.
Key Changes:
docs/quickstart/rust-actix-postgres.md.static/img/.This PR Resolves #(issue)
Type of change
🧪 How to Test
Option 1: Native (cargo run)
screenrecording-2026-02-06_18-42-50.mp4
Option 2: Docker Run
screenrecording-2026-02-06_19-13-42.mp4
Option 2: Docker Compose
screenrecording-2026-02-06_19-19-11.mp4
How Has This Been Tested?
I ran
npm run buildlocally to verify that the documentation builds without errors and the new pages are generated correctly.npm run buildpasses successfully.Checklist:
Sample Code
The sample application code is available at: Atul-Chahar/samples-rust