cormac-ainc

Results 4 issues of cormac-ainc

Currently it is very annoying to use hurl to debug why a test failed. Say you have this file: ``` GET https://example.com/ HTTP 404 # failing assertion ``` Now, let's...

bug

I'm coming at this from the perspective of writing a musli-wire format for a very float-heavy data structure. As a primary observation, floats in musli-wire are encoded by bitcasting them...

enhancement

Continuing on from #24 but off-topic for that issue: Most of the floats in this float-heavy format will be done using custom Encode/Decode impls on newtyped `Vec` or `Vec`. Doing...

enhancement

I was looking into why a `#[musli(packed)] struct Point3 { x: f32, y: f32, z: f32 }` was so small when it was all-zeros despite setting the integer encoding to...

enhancement