kroos 0.0.2

Flexible smart pointer for ?Sized types with customizable reference counting.
Documentation
[dependencies]

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

[package]
authors = ["Kaffssist <maxpavez02@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "data-structures", "concurrency"]
description = "Flexible smart pointer for ?Sized types with customizable reference counting."
edition = "2024"
keywords = ["smart-pointer", "reference-counting", "allocation", "unsized", "unsafe"]
license = "AGPL-3.0-only "
name = "kroos"
readme = "README.md"
repository = "https://github.com/Pavez7274/kroos"
version = "0.0.2"