nalgebra has a serde feature, but for generic vectors (static or dynamic) additional trait bounds on some associated types would be required.
@g-bauer I used a feature flag for the serde dependency. Do you think the additional boilerplate is worth it for a more ergonomic library for non serde users?
nalgebra
has a serde feature, but for generic vectors (static or dynamic) additional trait bounds on some associated types would be required.@g-bauer I used a feature flag for the serde dependency. Do you think the additional boilerplate is worth it for a more ergonomic library for non serde users?