simple_2d_vector 0.2.0

Simple two-dimensional vectors in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Theboiboi8 <kamela_ae@proton.me>"]
categories = ["mathematics"]
description = "Simple two-dimensional vectors in Rust"
edition = "2021"
keywords = ["vector", "math", "two-dimensional"]
license = "MIT"
name = "simple_2d_vector"
readme = "README.md"
repository = "https://github.com/Theboiboi8/simple_2d_vector"
rust-version = "1.56.1"
version = "0.2.0"