Skip to main content
Module

x/rustpath/README.md

Simple attempt to port Rust Path API to Deno https://deno.land/x/rustpath
Latest
File

Path

Simple attempt to port Rust Path API to Deno

https://doc.rust-lang.org/std/path/struct.Path.html

Usage

import { Path } from "https://deno.land/x/rustpath/path.ts";
const path = new Path("/hello");
console.log(path.join("world"));