Skip to content

Releases: 1Kill2Steal/matrix-math-rs

v0.1.1

19 May 20:07
Compare
Choose a tag to compare

Initial library release

Set the general Rust library information, metadata, error types, other types, the prelude module, utils and etc.


Important

This library is still unstable and bound to a lot of changes.


Changes

Structs

Basic command-line argument parser.

New structs

  • Clap Args struct

Modified/Removed structs

  • NONE

Enums

Set the basic error enums.

New enums

Modified/Removed enums

  • NONE

Functions

Set the initial structs that are used to do anything with the library

New functions

  • matrix
  • matrix_operation
  • matrix_operation_unchecked
  • non_zero_positive_input
  • numeric_input

Modified/Removed functions

  • NONE