deno_path_util

Crates.iodeno_path_util
lib.rsdeno_path_util
version0.2.1
sourcesrc
created_at2024-09-27 20:52:41.836467
updated_at2024-10-09 14:32:30.594426
descriptionPath utilities used in Deno
homepage
repositoryhttps://github.com/denoland/deno_path_util
max_upload_size
id1389264
size21,574
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: 9

cargo fmt