| Crates.io | jailed-path |
| lib.rs | jailed-path |
| version | 0.0.7 |
| created_at | 2025-07-16 19:23:07.953151+00 |
| updated_at | 2025-09-15 08:58:37.433301+00 |
| description | ⚠️ DEPRECATED: This crate has been renamed to 'strict-path'. Please migrate to https://crates.io/crates/strict-path |
| homepage | https://github.com/DK26/strict-path-rs |
| repository | https://github.com/DK26/strict-path-rs |
| max_upload_size | |
| id | 1756400 |
| size | 10,537 |
The jailed-path crate has been renamed to strict-path and is no longer maintained under this name.
Cargo.toml# ❌ Old (deprecated)
[dependencies]
jailed-path = "0.x.x"
# ✅ New (actively maintained)
[dependencies]
strict-path = "*"
// ❌ Old
use jailed_path::*;
// ✅ New
use strict_path::*;
The API remains the same, so your existing code will work with just the dependency and import changes above.
strict-path better reflects the crate's purpose: strict path validation and security| Resource | Link |
|---|---|
| 📦 New Crate | crates.io/crates/strict-path |
| 📖 Documentation | docs.rs/strict-path |
| 📚 Complete Guide | dk26.github.io/strict-path-rs |
| 🔧 GitHub Repository | github.com/DK26/strict-path-rs |
The renamed crate includes significant improvements:
std::path codeThis jailed-path crate will not receive further updates. Please migrate to strict-path to receive: