mirror of https://git.sr.ht/~stygianentity/bincode
* Update to serde_derive * Fix missing Encoder and Decoder imports * Add test for serializing bytes * More efficient serialize_bytes Reported in #serde: blank_name2 tried serializing `HashMap<String, HashSet<Bytes>>` vs `HashMap<String, HashSet<&Path>>`, the `&Path` version was done in ~.6 seconds while the `&[u8]` one took a full 3 seconds more. |
||
|---|---|---|
| .. | ||
| test.rs | ||