cgp-handler 0.7.0

Generalized handler interfaces for functional programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name         = "cgp-handler"
version      = "0.7.0"
edition      = { workspace = true }
license      = { workspace = true }
repository   = { workspace = true }
authors      = { workspace = true }
rust-version = { workspace = true }
keywords     = { workspace = true }
description  = "Generalized handler interfaces for functional programming"

[dependencies]
cgp-core    = { workspace = true }