sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
381 stars 45 forks source link

Fix serde serialization #260

Closed vbarrielle closed 3 years ago

vbarrielle commented 3 years ago

As noted in #256, there was a failure when serializing with bincode. This PR should fix it by implementing Serialize manually. See https://github.com/servo/bincode/issues/245 for the source of the issue.