pathmod_core 0.1.3

Core runtime for pathmod accessors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pathmod_core"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Core runtime for pathmod accessors"
repository = "https://github.com/dahankzter/pathmod-rs"
readme = "README.md"
homepage = "https://github.com/dahankzter/pathmod-rs"
documentation = "https://docs.rs/pathmod_core"
keywords = ["accessor", "lens", "offset", "composition"]
categories = ["data-structures", "development-tools"]

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