vector_2d_3d 0.3.1

Simple small library for 2D and 3D vectors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "vector_2d_3d"

version = "0.3.1"

edition = "2021"

description = "Simple small library for 2D and 3D vectors"

license = "MIT"

include = [

    "src/**",

    "Cargo.toml",

    "README.md",

    "LICENSE"

]