mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-08 04:11:08 +03:00
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 |
||
---|---|---|
.. | ||
core | ||
libtx | ||
pow | ||
consensus.rs | ||
core.rs | ||
genesis.rs | ||
global.rs | ||
lib.rs | ||
macros.rs | ||
pow.rs | ||
ser.rs |