multipath 0.1.0

A library to split file path, like `/home/{user,admin}/file.txt`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Jimskapt <rami.programmer@gmail.com>"]
categories = ["data-structures"]
description = "A library to split file path, like `/home/{user,admin}/file.txt`."
edition = "2018"
keywords = ["multiple", "path", "pathbuf", "split", "vec"]
license = "MIT"
name = "multipath"
readme = "README.md"
repository = "https://github.com/Jimskapt/multipath"
version = "0.1.0"