review-rust-docs

6.1k
RediSearchRediSearch

Review the documentation of a Rust crate to ensure it meets our requirements and standards.

193 days ago

check-rust-coverage

6.1k
RediSearchRediSearch

Check which Rust lines are not covered by Rust tests.

193 days ago

build

6.1k
RediSearchRediSearch

Compile the project to verify changes build successfully. Use this to verify your changes build properly together with the complete project and dependencies, and make sure to use it before running end to end tests.

193 days ago

read-unmodified-c-module

6.1k
RediSearchRediSearch

Read the source of the C module we are working on, before we made any changes.

193 days ago

port-c-module

6.1k
RediSearchRediSearch

Guide for porting a C module to Rust. Use this when starting to port a C module to Rust.

193 days ago

run-rust-tests

6.1k
RediSearchRediSearch

Run Rust tests after making changes to verify correctness

193 days ago

minimize-rust-ffi-crate-surface

6.1k
RediSearchRediSearch

Remove Rust-defined C symbols that are either unused or only used in C/C++ unit tests.

193 days ago

rust-tests-guidelines

6.1k
RediSearchRediSearch

Guidelines for writing Rust tests.

193 days ago

rust-docs-guidelines

6.1k
RediSearchRediSearch

Guidelines for writing Rust documentation

193 days ago

lint

6.1k
RediSearchRediSearch

Check code quality and formatting before committing changes

193 days ago

verify

6.1k
RediSearchRediSearch

Run full verification before committing or creating a PR

193 days ago

analyze-rust-ffi-crate-surface

6.1k
RediSearchRediSearch

Determine which parts of the C codebase use Rust-defined C symbols. Use this when you want to understand which C code files may be impacted by changes to a Rust FFI crate.

193 days ago

write-rust-tests

6.1k
RediSearchRediSearch

Write Rust tests to verify the correctness of Rust code.

193 days ago