funcmap 0.1.4

Derivable functorial mappings for Rust
Documentation
[dependencies.funcmap_derive]
version = "=0.1.4"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Matthias Stemmler <matthias.stemmler@gmail.com>"]
categories = ["algorithms", "data-structures", "development-tools", "no-std", "rust-patterns"]
description = "Derivable functorial mappings for Rust"
edition = "2021"
include = ["examples/**/*", "src/**/*", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "crates-io.md"]
keywords = ["data", "derive", "macro", "map", "no_std"]
license = "MIT OR Apache-2.0"
name = "funcmap"
readme = "crates-io.md"
repository = "https://github.com/matthias-stemmler/funcmap"
rust-version = "1.64"
version = "0.1.4"