Gerd Zellweger
Gerd Zellweger
Just wanted to mention that for me, linking with my regular ubuntu linker (GNU ld (GNU Binutils for Ubuntu) 2.24) seemed to work just fine with using LDEMULATION: LDEMULATION="i386pe" ld...
The `Fixint`, `LittleEndian` types for the Configuration are marked as `doc(hidden)`, but probably shouldn't be as there is a need to find their import path sometimes: E.g., if one declares...
Fixes #38
Note that this also needs https://github.com/edef1c/libvalgrind_request/pull/4 to be merged and a new version for libvalgrind_request.
This PR adds optional support for serialization of ArcStr with bincode (similar to how it already exists for serde). This avoids external projects which use arcstr and bincode having to...
rkyv generates a separate type `ArchivedDecimal`, which represents the serialized value. In this PR we implement several traits to allow for ordering and equality on the `ArchivedDecimal` type (according to...