compact 0.2.16

Store objects containing dynamic fields either compactly in consecutive memory or using traditional heap pointers
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.lazy_static]
version = "1.3.0"

[dependencies.primal]
version = "0.2.3"

[dependencies.serde]
optional = true
version = "1"

[dependencies.simple_allocator_trait]
version = "0.1.0"

[features]
serde-serialization = ["serde"]

[package]
authors = ["Anselm Eickhoff <anselm.eickhoff@gmail.com>"]
description = "Store objects containing dynamic fields either compactly in consecutive memory or using traditional heap pointers"
license = "MIT"
name = "compact"
repository = "https://github.com/aeickhoff/compact"
version = "0.2.16"