rust-bitcoin-unsafe-fast/src
Nadav Ivgi 67ae602e2a
Implement Uint::from_be_slice()
Needed because Rust 1.29 does not easily allow converting from a slice
into an array.
2021-01-14 19:36:30 +02:00
..
blockdata Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
consensus Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
network Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
util Implement Uint::from_be_slice() 2021-01-14 19:36:30 +02:00
hash_types.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
internal_macros.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
lib.rs Add serde_utils module to fix JSON serialization 2020-12-30 16:32:52 +01:00
serde_utils.rs serde_utils: Only use special serialization for human-readable 2020-12-30 16:32:52 +01:00
test_macros.rs Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00