pathmod_core 0.1.3

Core runtime for pathmod accessors
Documentation
[lib]
name = "pathmod_core"
path = "src/lib.rs"

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

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

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