maybe_path 0.1.1

Zero overhead static initializer for Path
Documentation
[package]
name = "maybe_path"
description = "Zero overhead static initializer for Path"
license = "MIT OR Apache-2.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/rscarson/maybe-path"

keywords = ["path", "static", "initialize", "const", "cow"]
categories = ["rust-patterns", "filesystem", "data-structures"]
readme = "README.md"

[dependencies]
serde = {version = "1", features = ["derive"]}

[dev-dependencies]
criterion = "0.5.1"

[[bench]]
name = "vs_path"
harness = false

[[bench]]
name = "vs_cow"
harness = false