rust/src/libserialize
Nicholas Nethercote e761f3af90 Inline various simple emit_* and read_* methods in Decoder.
Mostly, these are the ones whose body just contains `f(self)`.
2020-02-18 16:46:50 +11:00
..
hex Format the world 2019-12-22 17:42:47 -05:00
json Format the world 2019-12-22 17:42:47 -05:00
tests Format the world 2019-12-22 17:42:47 -05:00
Cargo.toml bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
collection_impls.rs Format the world 2019-12-22 17:42:47 -05:00
hex.rs Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
json.rs Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
leb128.rs Micro-optimize the heck out of LEB128 reading and writing. 2020-02-11 19:07:43 +11:00
lib.rs Remove unused feature gate from libserialize 2020-02-07 13:59:31 +01:00
opaque.rs Remove unused read_uleb128 parameter. 2020-01-30 15:22:53 +11:00
serialize.rs Inline various simple emit_* and read_* methods in Decoder. 2020-02-18 16:46:50 +11:00