Heinz N. Gies

Results 434 comments of Heinz N. Gies

nice catch and good solution. Using the native implementation is fine, 32-bit x86 systems are rare these days so I don't think it'll have a wide impact and with LLVM's...

Perfect :) thank you so much!

Sorry it took me so long to merge this, I thought I had done it and must have forgotten.

This concerns floats (the bane of everyone's existence). Floats notoriously do not offer EQ since numbers that should be equal don't always turn out equal but might end up in...

Ja strings are not a great option but @bassmanitram's PR for value-trait looks like a really good way to get the best of everything without the need to compromise.

released as 0.14.2 thanks @bassmanitram !!!

Hi, that's a bit misleading wording in the hint from docs.rs, it doesn't mean it's an untreated feature but that [we do not run that example during normal unit tests](https://github.com/simd-lite/simd-json/blob/main/src/lib.rs#L109-L115)...

Understandable, the problem with `cargo set-version 1.3.0-rc.1` is that to do it in an automatic way, it requires re-implementing the entire logic for bumps outside of set-version again which feels...

I don't think it's a big task, but I'm not convinced we should do it. People might very well expect them to be included, especially since `serde` includes them as...

adding `skip` in here https://github.com/simd-lite/simd-json-derive/blob/0bca4d4e336667a82469574e684bd3d97e09fbe4/simd-json-derive-int/src/args.rs#L16 should be rather stright forward :) we already have the much more complex skip_serializing_if