grin/chain
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
..
src Refactor Readable trait (#3309) 2020-04-30 17:42:19 +02:00
tests API: don't error on missing output (#3256) 2020-03-04 23:42:10 +01:00
Cargo.toml Use croaring-mw with 'compat' feature (#3274) 2020-03-23 21:12:58 +01:00