bumpref 0.1.0

Explicit .bump() method for Arc and Rc that signals cheap refcount cloning
Documentation
[package]
name = "bumpref"
version = "0.1.0"
edition = "2024"
authors = ["Matthias Endler <matthias@endler.dev>"]
license = "MIT"
description = "Explicit .bump() method for Arc and Rc that signals cheap refcount cloning"
repository = "https://github.com/corrode/bumpref"
homepage = "https://github.com/corrode/bumpref"
documentation = "https://docs.rs/bumpref"
readme = "README.md"
keywords = ["arc", "rc", "refcount", "clone", "reference"]
categories = ["rust-patterns", "no-std"]
rust-version = "1.85"

[dependencies]

[build-dependencies]
skeptic = "0.13"

[dev-dependencies]
skeptic = "0.13"

[lints.clippy]
pedantic = { level = "warn", priority = -1 }
# Allow some pedantic lints that don't fit this crate
module_name_repetitions = "allow"