blockchain-rust icon indicating copy to clipboard operation
blockchain-rust copied to clipboard

little endian: present byte order, using std to_le_bytes

Open Horki opened this issue 3 years ago • 1 comments

Hi @encody little-endian in rust idiomatic way

Using to_le_bytes https://godbolt.org/z/bxaTes

Previous https://godbolt.org/z/jve699

Horki avatar Mar 05 '21 21:03 Horki

@alex-sobolev I'm just leaving this open so people can see it, but I won't merge because I would like to keep the code the same as what is in the videos.

encody avatar Nov 12 '22 01:11 encody