path-types
SolidChoose Rust types for operating system paths across the Codex repository. Use when defining new path-bearing types or explicitly migrating existing ones.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- deonmenezes
- Repository
- deonmenezes/mantishack
- Created
- 3 months ago
- Last Updated
- 1 weeks ago
- Language
- Rust
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
rust-guidelines
Use when writing, reviewing, or designing Rust code where idiomatic APIs, ownership, async, unsafe, performance, tests, or public crate ergonomics matter.
stand-rust
Rust coding standards. Use when writing Rust code. Covers edition, error handling with thiserror/anyhow, unsafe policy, type patterns, testing, documentation, and dependency management.
rust-dependency-portability
Review Rust dependencies, Cargo manifests and features, MSRV policy, supply-chain tradeoffs, and Windows/macOS/Linux portability, including paths, processes, environment, and target-specific code. Use when dependency or platform support is the primary decision. Do not use when crate and module boundaries are the primary outcome; use rust-project-architecture instead.