rustool 0.3.1

Personal toolbox for my Rust projects
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## TODO

## [Unreleased]

## [0.3.1] - 2021-04-07

## Added

+ SuperScalar type

## [0.3.0] - 2021-04-07

## Added

+ types List, Vector, Vectors

## Changed

+ list of vectors and list of scalars shapes

## [0.2.1] - 2021-04-06

## Added

+ distances and directions functions

## Changed

+ rename directions to units

## [0.2.0] - 2021-04-06

## Added

+ added more dot products signatures
+ added more signatures

## Changed

+ rename dot_vectors to dot_products
+ rename distances to magnitudes

## [0.1.0] - 2021-04-04

+ Initial commit