backdrop_arc 0.2.0

Arc which will drop its large or complex contents in the background with Backdrop! (later, on another thread, or both! Fully customizable! Tokio supported!)
Documentation
[dependencies.arc-swap]
optional = true
version = "1.3.0"

[dependencies.backdrop]
default-features = false
features = ["alloc"]
version = "0.1.6"

[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[dependencies.stable_deref_trait]
default-features = false
optional = true
version = "1.1.1"

[dependencies.triomphe]
optional = true
version = "0.1.8"

[dependencies.unsize]
optional = true
version = "1.1"

[dependencies.yoke]
optional = true
version = "0.7.1"

[features]
default = ["std"]
std = ["backdrop/std"]

[package]
authors = ["Qqwy / Marten"]
categories = ["concurrency", "data-structures", "no-std", "memory-management", "asynchronous"]
description = "Arc which will drop its large or complex contents in the background with Backdrop! (later, on another thread, or both! Fully customizable! Tokio supported!)"
keywords = ["arc", "ffi", "sync", "data-structure", "drop"]
license = "MIT OR Apache-2.0"
name = "backdrop_arc"
readme = "README.md"
repository = "https://github.com/Qqwy/rust-backdrop_arc"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["std", "serde", "stable_deref_trait", "unsize", "arc-swap", "triomphe", "yoke"]