rust/src/libserialize
Wesley Wiser 01c890ee96 [incremental] Specialize encoding and decoding of Fingerprints
This saves the storage space used by about 32 bits per `Fingerprint`.
On average, this reduces the size of the `/target/{mode}/incremental`
folder by roughly 5%.

Fixes #45875
2018-01-09 20:20:50 -05:00
..
Cargo.toml Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
collection_impls.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
hex.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
json.rs Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
leb128.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
lib.rs *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
opaque.rs [incremental] Specialize encoding and decoding of Fingerprints 2018-01-09 20:20:50 -05:00
serialize.rs Implement Encodable and Decodable for Result. 2017-12-20 16:37:29 +01:00