wikidot-path 0.6.0

Simple library to provide Wikidot-compatible path parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wikidot-path"
description = "Simple library to provide Wikidot-compatible path parsing"
repository = "https://github.com/scpwiki/wikidot-path"
readme = "README.md"
license = "MIT"
keywords = ["wikidot", "path", "parsing"]

version = "0.6.0"
authors = ["Emmie Maeda <emmie.maeda@gmail.com>"]
edition = "2021" # this refers to the Cargo.toml version

[dependencies]
unicase = "2"
wikidot-normalize = "0"

[dev-dependencies]
maplit = "1"