koto_memory 0.14.0

Memory management utilities used by the Koto programming language
Documentation
[dependencies.parking_lot]
optional = true
version = "0.12.1"

[features]
arc = ["parking_lot"]
default = ["arc"]
rc = []

[package]
authors = ["irh <ian.r.hobson@gmail.com>"]
description = "Memory management utilities used by the Koto programming language"
edition = "2021"
homepage = "https://koto.dev"
keywords = ["scripting", "language", "koto"]
license = "MIT"
name = "koto_memory"
repository = "https://github.com/koto-lang/koto"
version = "0.14.0"