endgame_direction 0.4.0

A library for representing cardinal and ordinal directions.
Documentation
[dependencies.bitset-core]
version = "0.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.itertools]
version = "0.14"

[features]
default = ["serde"]
serde = ["dep:serde"]

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

[package]
authors = ["Geoffrey Washburn <geoff@washburght.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for representing cardinal and ordinal directions."
edition = "2024"
license = "MIT"
name = "endgame_direction"
readme = "README.md"
repository = "https://github.com/gawashburn/endgame"
resolver = "2"
version = "0.4.0"

[[test]]
name = "direction_tests"
path = "tests/direction_tests.rs"