# Rust Testing

Rust testing patterns: unit tests, integration tests, async testing with tokio::test, property-based testing with proptest, mocking strategies, and coverage measurement with cargo-tarpaulin.

## Manifest

```json
{
  "name": "Rust Testing",
  "description": "Rust testing patterns: unit tests, integration tests, async testing with tokio::test, property-based testing with proptest, mocking strategies, and coverage measurement with cargo-tarpaulin.",
  "source_url": "https://github.com/affaan-m/everything-claude-code/tree/main/skills/rust-testing",
  "source_pin": null,
  "manifest_hash": "e55dc89ab64a49f9",
  "risk_tier": "low"
}
```

## SBOM

```json
null
```

