siliconlad / ferrix

A simple matrix library for Rust
MIT License
2 stars 1 forks source link

Implement Serialize for static vectors/matrices #17

Open siliconlad opened 2 weeks ago

siliconlad commented 2 weeks ago

From the Rust API Guidelines:

Types that play the role of a data structure should implement Serialize and Deserialize.

siliconlad commented 2 weeks ago

I'm not sure how useful this feature will be. Can implement if the need arises later.