path_trav 2.0.1

A simple path traversal checker. Useful for APIs that serve dynamic files.
Documentation
[dependencies.substring]
version = "1"

[lib]
name = "path_trav"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple path traversal checker. Useful for APIs that serve dynamic files."
edition = "2021"
keywords = ["fs", "security", "path_traversal", "path"]
license = "Apache-2.0"
name = "path_trav"
readme = "README.md"
repository = "https://github.com/gatomod/path_trav"
version = "2.0.1"

[[test]]
name = "tests"
path = "tests/tests.rs"