crates_tools 0.25.0

Tools to analyse crate files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Tests Directory

This directory contains all functional tests for the `crates_tools` crate.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `smoke_test.rs` | Validate basic crate functionality in local and published environments |
| `crates_tools_tests.rs` | Test CrateArchive download and file listing functionality |
| `example_quality_tests.rs` | Validate example code quality, error handling, and edge case coverage |