rust/src/libserialize
bors 816d765716 Auto merge of #46919 - michaelwoerister:new-leb128, r=sfackler
Speed up leb128 encoding and decoding for unsigned values.

Make the implementation for some leb128 functions potentially faster.

@Mark-Simulacrum, could you please trigger a perf.rlo run?
2018-01-20 02:00:13 +00:00
..
Cargo.toml
collection_impls.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
hex.rs
json.rs Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
leb128.rs Make leb128 coding a bit faster. 2018-01-09 16:53:35 +01:00
lib.rs
opaque.rs Auto merge of #46919 - michaelwoerister:new-leb128, r=sfackler 2018-01-20 02:00:13 +00:00
serialize.rs Implement Encodable and Decodable for Result. 2017-12-20 16:37:29 +01:00