rust/src/libserialize
Niko Matsakis f702bd6a52 rewrite constants to use NewType::MAX instead of u32::MAX
Also, adjust the MAX to be `u32::MAX - 1`, leaving room for `u32::MAX`
to become a sentinel value in the future.
2018-09-07 11:37:47 -04:00
..
Cargo.toml Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
collection_impls.rs Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
hex.rs A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
json.rs Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank 2018-08-17 00:13:20 +08:00
leb128.rs Mark libserialize functions as inline 2018-08-15 12:37:08 -04:00
lib.rs check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
opaque.rs Mark libserialize functions as inline 2018-08-15 12:37:08 -04:00
serialize.rs rewrite constants to use NewType::MAX instead of u32::MAX 2018-09-07 11:37:47 -04:00