stellar/rs-stellar-xdr

Remove use of byte-order crate

leighmcculloch opened this issue · 0 comments

Remove use of byte-order crate. Looks like it uses unsafe under the hood which seems super unnecessary for byte to integer type conversions. Also, I hadn't realized when I started coding these types that Rust has convenient byte order functions built into integer types already 🎉, and so the use of this crate to slightly smooth over the use is really unnecessary.