hyperpack 0.2.0

Exact-aware packing carriers and feasibility replay for the Hyper ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hyperpack"
version = "0.2.0"
edition = "2024"
description = "Exact-aware packing carriers and feasibility replay for the Hyper ecosystem"
license = "Apache-2.0"
readme = "README.md"

[dependencies]
hyperreal = { version = "0.12.0" }
[dev-dependencies]
proptest = "1.7.0"

[[bench]]
name = "feasibility"
harness = false