rust-bitcoin-unsafe-fast/src
Andrew Poelstra 9be493eeaf Move Local::take() into a scope where it is guaranteed to be used
This was causing a mystery crash. Fixed.
2014-07-23 15:19:44 -07:00
..
blockdata Store TxOuts directly in UtxoSet rather than in Boxes 2014-07-23 11:27:03 -07:00
network Distinguish between network/decode errors in network message decode 2014-07-23 11:22:35 -07:00
util Replace PatriciaTree with HashMap for UTXO set 2014-07-20 16:52:00 -07:00
internal_macros.rs Workaround for https://github.com/rust-lang/rust/issues/15763 2014-07-21 19:40:29 -07:00
lib.rs Replace PatriciaTree with HashMap for UTXO set 2014-07-20 16:52:00 -07:00
macros.rs Move Local::take() into a scope where it is guaranteed to be used 2014-07-23 15:19:44 -07:00