compute-it 0.2.0

compute-it is a library to define a lazy evaluated computation graph.
Documentation
[dependencies.ccutils]
features = ["sync", "key"]
version = "0.1.0"

[dependencies.linked-hash-map]
version = "0.5.6"

[dependencies.paste]
version = "1.0.15"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "compute-it is a library to define a lazy evaluated computation graph."
edition = "2021"
homepage = "https://cyloncore.com"
license = "MIT"
name = "compute-it"
readme = "README.MD"
repository = "https://gitlab.com/cyloncore/compute-it"
version = "0.2.0"