grin/core/src
hashmap a82041d0ed
Refactor Readable trait (#3309)
Currently Writable accepts trait Write as a type parameter but Readable
takes Read as a trait object, which is not symmetrical and also less performant. This PR changes Readable trait and all places where it's used
2020-04-30 17:42:19 +02:00
..
core Refactor Readable trait (#3309) 2020-04-30 17:42:19 +02:00
libtx Less cloning and pattern simplifications (#3305) 2020-04-24 11:19:34 +02:00
pow Refactor Readable trait (#3309) 2020-04-30 17:42:19 +02:00
consensus.rs Fix warnings (#3240) 2020-02-25 18:33:50 +01:00
core.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
genesis.rs Pass byte slice to to_hex (#3307) 2020-04-24 11:18:26 +02:00
global.rs Less cloning and pattern simplifications (#3216) 2020-02-05 11:02:07 -05:00
lib.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
macros.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
pow.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
ser.rs Refactor Readable trait (#3309) 2020-04-30 17:42:19 +02:00