math_adapter 0.2.1

Collection of math adapters to decouple your application from math libraries' implementations and to increase inter-libraries compatibility / exchangeability.
Documentation

module::math_adapter

Collection of math adapters to decouple your application from math libraries' implementations and to provide both inter-libraries compatibility and affordable exchangeability.

Sample

use math_adapter::*;

/* qqq : xxx : write sample please */

To add to your project

cargo add math_adapter

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd module/math_adapter/sample/rust/math_adapter_trivial
cargo run