point-nd 0.5.0

A simple and flexible no-std struct to model points on axes of any dimensions
Documentation
[dependencies.arrayvec]
default-features = false
optional = true
version = "0.7.2"

[features]
appliers = ["arrayvec"]
conv_methods = ["x", "y", "z", "w"]
default = ["conv_methods", "appliers"]
full = ["default", "var-dims"]
var-dims = ["arrayvec"]
w = []
x = []
y = []
z = []

[package]
authors = ["taennan taennan@zohomail.com"]
categories = ["data-structures", "graphics", "no-std"]
description = "A simple and flexible no-std struct to model points on axes of any dimensions"
edition = "2021"
exclude = [".idea", ".gitignore", "CHANGELOG.md"]
keywords = ["point", "geometry", "multidimensional", "coordinate"]
license = "MIT OR Apache-2.0"
name = "point-nd"
repository = "https://github.com/taennan/point-nd/tree/main"
resolver = "2"
version = "0.5.0"