Skip to content

Commit

Permalink
Update readme and add docs attribute to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Nov 26, 2023
1 parent f2d994c commit a0c2d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
description = "A compile time n-dimensional vector library."
authors = ["Connor Slade"]
repository = "https://github.com/Basicprogrammer10/nd-vec"
documentation = "https://docs.rs/nd_vec"
license-file = "LICENSE"
exclude = [".github"]
categories = ["mathematics", "science"]
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Allow getting vector as a component slice
- Absolute value function
- Allow accessing components on 2D and 3D vectors with `.x()`, `.y()`, and `.x()` if applicable
- Add the `documentation` attribute to the Cargo.toml

## v0.2.0 – November 26, 2023

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nd-vec [![Build](https://github.com/Basicprogrammer10/nd-vec/actions/workflows/rust.yml/badge.svg)](https://github.com/Basicprogrammer10/nd-vec/actions/workflows/rust.yml)
# nd-vec [![Build](https://github.com/Basicprogrammer10/nd-vec/actions/workflows/rust.yml/badge.svg)](https://github.com/Basicprogrammer10/nd-vec/actions/workflows/rust.yml) [![Crates.io](https://img.shields.io/crates/v/nd-vec)](https://crates.io/crates/nd-vec)

A compile time n-dimensional vector library.

Expand Down

0 comments on commit a0c2d3a

Please sign in to comment.