[package]
edition = "2021"
name = "ternary-priority-queue"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Priority queue for GPU kernel scheduling with ternary scoring. Items scored {-1=deprioritize, 0=normal, +1=prioritize}. O(1) ternary classify, O(log n) exact ordering."
documentation = "https://docs.rs/ternary-priority-queue"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/SuperInstance/ternary-priority-queue"
[lib]
name = "ternary_priority_queue"
path = "src/lib.rs"