superset_map 0.3.2

Map that stores distinct supersets based on the total order defined.
Documentation
[dependencies.zfc]
default-features = false
version = "0.4.2"

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

[lints.clippy]
arbitrary_source_item_ordering = "allow"
blanket_clippy_restriction_lints = "allow"
implicit_return = "allow"
min_ident_chars = "allow"
missing_trait_methods = "allow"
pub_use = "allow"
return_and_then = "allow"
semicolon_outside_block = "allow"
single_char_lifetime_names = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

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

[lints.clippy.complexity]
level = "deny"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

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

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

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.restriction]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust.ambiguous_negative_literals]
level = "deny"
priority = -1

[lints.rust.closure_returning_async_block]
level = "deny"
priority = -1

[lints.rust.deref_into_dyn_supertrait]
level = "deny"
priority = -1

[lints.rust.ffi_unwind_calls]
level = "deny"
priority = -1

[lints.rust.future_incompatible]
level = "deny"
priority = -1

[lints.rust.impl_trait_redundant_captures]
level = "deny"
priority = -1

[lints.rust.keyword-idents]
level = "deny"
priority = -1

[lints.rust.let_underscore]
level = "deny"
priority = -1

[lints.rust.linker_messages]
level = "deny"
priority = -1

[lints.rust.macro_use_extern_crate]
level = "deny"
priority = -1

[lints.rust.meta_variable_misuse]
level = "deny"
priority = -1

[lints.rust.missing_copy_implementations]
level = "deny"
priority = -1

[lints.rust.missing_debug_implementations]
level = "deny"
priority = -1

[lints.rust.missing_docs]
level = "deny"
priority = -1

[lints.rust.non_ascii_idents]
level = "deny"
priority = -1

[lints.rust.nonstandard_style]
level = "deny"
priority = -1

[lints.rust.redundant_imports]
level = "deny"
priority = -1

[lints.rust.redundant_lifetimes]
level = "deny"
priority = -1

[lints.rust.refining_impl_trait]
level = "deny"
priority = -1

[lints.rust.rust_2018_compatibility]
level = "deny"
priority = -1

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "deny"
priority = -1

[lints.rust.rust_2024_compatibility]
level = "deny"
priority = -1

[lints.rust.single_use_lifetimes]
level = "deny"
priority = -1

[lints.rust.trivial_casts]
level = "deny"
priority = -1

[lints.rust.trivial_numeric_casts]
level = "deny"
priority = -1

[lints.rust.unit_bindings]
level = "deny"
priority = -1

[lints.rust.unknown_lints]
level = "deny"
priority = -1

[lints.rust.unnameable_types]
level = "deny"
priority = -1

[lints.rust.unreachable_pub]
level = "deny"
priority = -1

[lints.rust.unsafe_code]
level = "deny"
priority = -1

[lints.rust.unstable_features]
level = "deny"
priority = -1

[lints.rust.unused]
level = "deny"
priority = -1

[lints.rust.unused_crate_dependencies]
level = "deny"
priority = -1

[lints.rust.unused_import_braces]
level = "deny"
priority = -1

[lints.rust.unused_lifetimes]
level = "deny"
priority = -1

[lints.rust.unused_qualifications]
level = "deny"
priority = -1

[lints.rust.unused_results]
level = "deny"
priority = -1

[lints.rust.variant_size_differences]
level = "deny"
priority = -1

[lints.rust.warnings]
level = "deny"
priority = -1

[package]
authors = ["Zack Newman <zack@philomathiclife.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "mathematics", "no-std"]
description = "Map that stores distinct supersets based on the total order defined."
documentation = "https://docs.rs/superset_map/latest/superset_map/"
edition = "2024"
keywords = ["btree", "map", "ordered", "set", "subset"]
license = "MIT OR Apache-2.0"
name = "superset_map"
readme = "README.md"
repository = "https://git.philomathiclife.com/repos/superset_map/"
version = "0.3.2"