rtgc 0.2.2

A simple garbage collector which collects resources dropped on a realtime thread and safely deallocates them on another thread
Documentation
[dependencies.bevy_platform]
default-features = false
features = ["alloc"]
optional = true
version = "0.17"

[features]
bevy_platform = ["dep:bevy_platform"]
default = ["std", "local_collector"]
local_collector = []
std = ["bevy_platform?/std"]

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

[package]
authors = ["Billy Messenger <billydm@noreply.codeberg.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "multimedia::audio", "no-std"]
description = "A simple garbage collector which collects resources dropped on a realtime thread and safely deallocates them on another thread"
edition = "2021"
keywords = ["realtime", "garbage", "collector", "gc"]
license = "MIT"
name = "rtgc"
readme = "README.md"
repository = "https://codeberg.org/BillyDM/rtgc"
version = "0.2.2"

[package.metadata.docs.rs]
all-features = true