rust-bitcoin-unsafe-fast/src
Andrew Poelstra 474d04d154 Manually implement Encodable/Decodable/Show for Network
Since TOML will not encode C-like enums as strings, we do it
ourselves. This is also worthwhile so that we can get the
lowercase "bitcoin" and "testnet" as encodings for the actual
enum values, which are more verbose and camel case.
2014-08-03 06:29:19 -07:00
..
blockdata Revamp Serializable interface to be similar to Encoder/Encodable 2014-08-01 09:01:39 -07:00
network Manually implement Encodable/Decodable/Show for Network 2014-08-03 06:29:19 -07:00
util Actually encode network message 2014-08-02 18:22:27 -07:00
internal_macros.rs Revamp Serializable interface to be similar to Encoder/Encodable 2014-08-01 09:01:39 -07:00
lib.rs Replace PatriciaTree with HashMap for UTXO set 2014-07-20 16:52:00 -07:00
macros.rs Fix nu_select! macro for borrowck 2014-07-26 19:36:38 -07:00