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

```rust use math_adapter::*;

/* qqq : xxx : write sample please */

```

To add to your project

sh cargo add math_adapter

Try out from the repository

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