Currently these just have write_compactsize and read_compactsize methods which allow reading and writing u64s to any `Read` or `Write` implementation using the Bitcoin "CompactSize" variable integer encoding. These methods read and write u64s rather than defining a new `CompactSize` type, because the `CompactSize` is just an encoding detail, not a different type with any distinct meaning. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||