direction 0.17.6

Representations of directions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "direction"
description = "Representations of directions"
version = "0.17.6"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
license = "MIT"
documentation = "https://docs.rs/direction"
repository = "https://github.com/stevebob/direction.git"
homepage = "https://github.com/stevebob/direction.git"
readme = "README.md"

[features]
serialize = ["serde", "coord_2d/serde"]

[dependencies]
serde = { version = "1.0", features = ["serde_derive"], optional = true }
coord_2d = "0.2"