forestrie 0.3.1

Quick string matches
Documentation
[dependencies.forestrie-builder]
version = "0.3.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "proc-macro"]
version = "2.0"

[lib]
name = "forestrie"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
as_conversions = "deny"
as_underscore = "deny"
bool_assert_comparison = "allow"
cargo_common_metadata = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
option_if_let_else = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_pub_crate = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
tabs_in_doc_comments = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Quick string matches"
edition = "2024"
keywords = ["match", "trie"]
license = "MPL-2.0"
name = "forestrie"
readme = false
repository = "https://gitlab.com/LeLuxNet/forestrie"
resolver = "2"
version = "0.3.1"

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