cddl-codegen icon indicating copy to clipboard operation
cddl-codegen copied to clipboard

Add f32 & f64 to prelude

Open SebastienGllmt opened this issue 2 years ago • 1 comments

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)

SebastienGllmt avatar Aug 27 '22 00:08 SebastienGllmt

cbor_event (which the generated code uses) doesn't support floats

rooooooooob avatar Aug 27 '22 02:08 rooooooooob

See #129

SebastienGllmt avatar Jan 21 '23 17:01 SebastienGllmt