arena-terms 0.4.0

A lightweight, arena-backed representation of Prolog–like terms
Documentation
[dependencies.chrono]
version = "0.4.42"

[dependencies.indexmap]
version = "2.11.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.smartstring]
version = "1.0.1"

[dependencies.thiserror]
version = "2.0.17"

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

[package]
authors = ["IKH Software, Inc. <support@ikhsoftware.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management"]
description = "A lightweight, arena-backed representation of Prolog–like terms"
edition = "2024"
keywords = ["prolog", "term", "arena", "immutable", "pattern-matching"]
license = "LGPL-3.0-or-later"
name = "arena-terms"
readme = "README.md"
repository = "https://github.com/ikhomyakov/arena-terms.git"
resolver = "2"
rust-version = "1.89"
version = "0.4.0"