cddl-codegen
cddl-codegen copied to clipboard
Add f32 & f64 to prelude
Not sure about floating point spec in CBOR vs floating point implementation in Rust. Additionally, I'm not sure if we support float types at all in the first place such as in FixedValue
(and I would recommend against using them)
cbor_event
(which the generated code uses) doesn't support floats
See #129