linotype 0.0.1

A keyed sequence reprojector that can optionally pin its values. (A stable-ordered transactionally-incremental multi-map.)
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "Tamschi/linotype"

[badges.is-it-maintained-open-issues]
repository = "Tamschi/linotype"

[badges.maintenance]
status = "experimental"
[dependencies.higher-order-closure]
version = "0.0.5"

[dependencies.scopeguard]
version = "1.1.0"

[dependencies.tap]
version = "1.0.1"

[dependencies.typed-arena]
default-features = false
version = "2.0.1"
[dev-dependencies.cargo-husky]
version = "1.5.0"

[dev-dependencies.git_info]
version = "0.1.2"

[dev-dependencies.version-sync]
version = "0.9.3"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.28"

[features]
std = []

[package]
authors = ["Tamme Schichler <tamme@schichler.dev>"]
categories = ["data-structures", "no-std", "rust-patterns"]
description = "A keyed sequence reprojector that can optionally pin its values. (A stable-ordered transactionally-incremental multi-map.)"
documentation = "https://docs.rs/linotype/0.0.1"
edition = "2021"
homepage = "https://github.com/Tamschi/linotype/tree/v0.0.1"
include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "COPYRIGHT.md", "LICENSE-*", "README.md", "SECURITY.md"]
keywords = ["data-driven", "stateful", "reprojection", "map", "pin"]
license = "MIT OR Apache-2.0"
name = "linotype"
readme = "README.md"
repository = "https://github.com/Tamschi/linotype"
resolver = "2"
version = "0.0.1"