deno_path_util

Crates.iodeno_path_util
lib.rsdeno_path_util
version0.6.1
created_at2024-09-27 20:52:41.836467+00
updated_at2025-07-29 21:32:46.450525+00
descriptionPath utilities used in Deno
homepage
repositoryhttps://github.com/denoland/deno_path_util
max_upload_size
id1389264
size60,149
Bartek IwaƄczuk (bartlomieju)

documentation

README

deno_path_util

Common path utilities used across Deno's repos.

Versioning Strategy

This crate does not follow semver so if you're outside the Deno org make sure to pin it to a patch version. Instead a versioning strategy that optimizes for more efficient maintenance is used:

  • Do the dependencies of Deno compile?
    • If yes, it's a patch release.
    • If no, it's a minor release.
Commit count: 22

cargo fmt