AtheMathmo / rulinalg

A linear algebra library written in Rust
https://crates.io/crates/rulinalg
MIT License
288 stars 58 forks source link

De/serialization with serde #195

Open garro95 opened 6 years ago

garro95 commented 6 years ago

This pull request add serialization and deserialization with serde for matrix and vector and related tests

garro95 commented 6 years ago

Serde is enabled with the "serde" feature and also related tests are run with the feature. travis.yml should be updated accordingly