Collection of math adapters to decouple your application from math libraries' implementations and to provide both inter-libraries compatibility and affordable exchangeability.
```rust use math_adapter::*;
/* qqq : xxx : write sample please */
```
sh
cargo add math_adapter
sh
git clone https://github.com/Wandalen/wTools
cd wTools
cd module/math_adapter/sample/rust/math_adapter_trivial
cargo run