agent-coordinate 0.1.2

A Rust crate for defining and managing agent coordinates including locations and goals with flexible initialization options and dynamic state management.
Documentation
[dependencies.batch-mode-3p]
path = "../batch-mode-3p"
version = "0.2.2"

[dependencies.derive_builder]
workspace = true

[dependencies.getset]
workspace = true

[dependencies.traced-test]
workspace = true

[dependencies.tracing]
workspace = true

[dependencies.tracing-setup]
workspace = true

[dependencies.tracing-subscriber]
workspace = true

[package]
categories = [
    "data-structures",
    "algorithms",
    "simulation",
    "mathematics",
    "science",
]
description = "A Rust crate for defining and managing agent coordinates including locations and goals with flexible initialization options and dynamic state management."
edition = "2024"
keywords = [
    "agent",
    "coordinate",
    "location",
    "goal",
    "state-management",
]
license-file = "OGPv1"
name = "agent-coordinate"
version = "0.1.2"