tree_ord 0.1.0

An ordering that skips prefixes in tree searches
Documentation
[dev-dependencies.rand_xoshiro]
version = "0.6"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Aaron Kutch <aaronkutch@att.net>"]
categories = ["no-std"]
description = "An ordering that skips prefixes in tree searches"
documentation = "https://docs.rs/tree_ord"
edition = "2021"
keywords = ["prefix", "tree", "ord", "no_std"]
license = "MIT OR Apache-2.0"
name = "tree_ord"
readme = "README.md"
repository = "https://github.com/AaronKutch/tree_ord"
version = "0.1.0"