Is it possible to deserialize an nalgebra::DVector from a toml file?
Using Rust I would like to load a tool file where one of the fields should be deserialized to an nalgebra::DVector
. Is this possible?
Rust: Is it possible to deserialize an nalgebra::DVector from a toml file?
Using Rust I would like to load a tool file where one of the fields should be deserialized to an nalgebra::DVector. Is this possible?