linebender_resource_handle 0.1.1

Raw resource handle for immutable blobs with dynamic lifetimes.
Documentation
[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
optional = true
version = "1.0.219"

[dependencies.serde_bytes]
default-features = false
features = ["alloc"]
optional = true
version = "0.11.17"

[features]
default = ["std"]
serde = ["dep:serde", "dep:serde_bytes"]
std = []

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

[lints.clippy]
allow_attributes_without_reason = "warn"
cargo_common_metadata = "warn"
cast_possible_truncation = "warn"
collection_is_never_read = "warn"
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
doc_markdown = "warn"
fn_to_numeric_cast_any = "warn"
infinite_loop = "warn"
large_stack_arrays = "warn"
mismatching_type_param_order = "warn"
missing_assert_message = "warn"
missing_fields_in_debug = "warn"
negative_feature_names = "warn"
redundant_feature_names = "warn"
same_functions_in_if_condition = "warn"
semicolon_if_nothing_returned = "warn"
should_panic_without_expect = "warn"
todo = "warn"
too_many_arguments = "allow"
unseparated_literal_suffix = "warn"
use_self = "warn"
wildcard_dependencies = "warn"

[lints.rust]
elided_lifetimes_in_paths = "warn"
keyword_idents_2024 = "forbid"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "forbid"
non_local_definitions = "forbid"
trivial_numeric_casts = "warn"
unnameable_types = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "forbid"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics"]
description = "Raw resource handle for immutable blobs with dynamic lifetimes."
edition = "2021"
exclude = [".github", ".clippy.toml", ".gitignore", ".typos.toml"]
keywords = ["graphics"]
license = "Apache-2.0 OR MIT"
name = "linebender_resource_handle"
readme = "README.md"
repository = "https://github.com/linebender/raw_resource_handle"
rust-version = "1.70"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = []