artful 0.1.1

Low-memory overhead and high-performance adaptive radix tree
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 = "artful"
version = "0.1.1"
authors = ["Jackson Xu <jackson.libc.rs@gmail.com>"]
exclude = []
description = "Low-memory overhead and high-performance adaptive radix tree"
documentation = "https://docs.rs/artful"
readme = "README.md"
keywords = [
    "radix-tree",
    "adaptive-radix-tree",
    "performance",
    "simd",
]
categories = ["data-structures"]
license = "Apache-2.0"

[dependencies]

[features]
simd = []