iroha
iroha copied to clipboard
f32/f64 serialization over FFI
Unfortunately, floating point types are non-robust in Rust. This means they should be serialized into a robust type when being sent over FFI
Consider disallowing floats in general.