Skip to content

Commit

Permalink
Refine readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Apr 8, 2024
1 parent 1544fda commit f15536f
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
# sugar_path

Sugar functions for manipulating paths.

[![document](https://docs.rs/sugar_path/badge.svg)](https://docs.rs/crate/sugar_path)
[![document](https://docs.rs/sugar_path/badge.svg)](https://docs.rs/sugar_path/latest/sugar_path/)
[![crate version](https://img.shields.io/crates/v/sugar_path.svg)](https://crates.io/crates/sugar_path)
[![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Sugar functions for manipulating paths.

- [Examples](https://github.com/iheyunfei/sugar_path/tree/main/tests)
- [Usages](https://docs.rs/sugar_path/latest/sugar_path/trait.SugarPath.html)

## For Node.js developers

- path.normalize()
- [SugarPath#normalize()](https://docs.rs/sugar_path/latest/sugar_path/trait.SugarPath.html#tymethod.normalize)
- relative()
- [SugarPath#relative()](https://docs.rs/sugar_path/latest/sugar_path/trait.SugarPath.html#tymethod.relative)
- resolve()
- SugarPath#absolutize()
- [Documents](https://docs.rs/sugar_path/latest/sugar_path/)

0 comments on commit f15536f

Please sign in to comment.