gpui_refineable 0.2.2

A macro for creating 'refinement' types that can be used to partially initialize or mutate a complex struct
Documentation
[dependencies.derive_refineable]
package = "gpui_derive_refineable"
version = "0.2.2"

[lib]
doctest = false
name = "gpui_refineable"
path = "src/refineable.rs"

[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

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

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A macro for creating 'refinement' types that can be used to partially initialize or mutate a complex struct"
edition = "2024"
license = "Apache-2.0"
name = "gpui_refineable"
publish = true
readme = false
resolver = "2"
version = "0.2.2"