enso-optics 0.2.0

An implementation of functional optics.
[package]
name    = "enso-optics"
version = "0.2.0"
authors = ["Enso Team <contact@luna-lang.org>"]
edition = "2018"

description  = "An implementation of functional optics."
readme       = "README.md"
homepage     = "https://github.com/enso-org/rust-lib/src/optics"
repository   = "https://github.com/enso-org/rust-lib"
license-file = "../../LICENSE"

keywords = ["optics","lenses"]
categories = ["algorithms"]

publish = true

[lib]

[features]

[dependencies]
enso-prelude = { version = "^0.2.0", path = "../prelude" }