pathmod 0.1.0

Re-export crate for pathmod
Documentation
[dependencies.pathmod_core]
version = "0.1.0"

[dependencies.pathmod_derive]
version = "0.1.0"

[[example]]
name = "derive_deep"
path = "examples/derive_deep.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools"]
description = "Re-export crate for pathmod"
documentation = "https://docs.rs/pathmod"
edition = "2021"
homepage = "https://github.com/dahankzter/pathmod-rs"
keywords = ["accessor", "lens", "derive", "composition"]
license = "MIT OR Apache-2.0"
name = "pathmod"
readme = "README.md"
repository = "https://github.com/dahankzter/pathmod-rs"
version = "0.1.0"

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

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

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

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

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

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