Nick Gamroth

Results 2 issues of Nick Gamroth

I have an externally defined XML standard I'm trying to write to which includes requiring empty attribute values. As an example, I need to write the following: ```xml ``` Where...

bug
serde

I've got a somewhat odd, completely custom, CANBUS message format that I'm trying to serialize. It uses fixed point numbers which I'm storing as f32. Is it possible to use...