[package] name = "ortho_vec_derive_impl" description = "Derive orthogonal vector structure for better CPU cache usage" version = "0.1.0" edition = "2021" authors = ["Yonatan Linik "] readme = "README.md" repository = "https://github.com/yonatan-linik/ortho-vec-derive" license = "MIT" keywords = ["derive", "macro", "struct", "vec", "performance"] categories = [] [features] default = [] [dependencies]