slop-alloc 6.0.0-rc.1

Memory allocation backend abstraction for SLOP
Documentation
[package]
name = "slop-alloc"
description = "Memory allocation backend abstraction for SLOP"
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
slop-algebra = { workspace = true }

thiserror = { workspace = true }
serde = { workspace = true }

[lints]
workspace = true