treerder 4.0.2

Trie ordering for type implementing Orderable.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "treerder"
version = "4.0.2"
authors = ["software9119.technology"]
build = false
exclude = ["/rustfmt.toml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trie ordering for type implementing Orderable."
documentation = "https://docs.rs/treerder/latest/treerder/"
readme = "README.md"
keywords = [
    "trie",
    "ordering",
    "sorting",
    "retrieval-tree",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/deep-outcome/treerder"

[features]
test-ext = []

[lib]
name = "treerder"
path = "src/lib.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"