maybe_path 0.1.1

Zero overhead static initializer for Path
Documentation
[[bench]]
harness = false
name = "vs_cow"
path = "benches/vs_cow.rs"

[[bench]]
harness = false
name = "vs_path"
path = "benches/vs_path.rs"

[dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.criterion]
version = "0.5.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "filesystem", "data-structures"]
description = "Zero overhead static initializer for Path"
edition = "2021"
keywords = ["path", "static", "initialize", "const", "cow"]
license = "MIT OR Apache-2.0"
name = "maybe_path"
readme = "README.md"
repository = "https://github.com/rscarson/maybe-path"
version = "0.1.1"

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

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