This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: refactor ToRadix to ToRadixLe and ToRadixBe (#58)
* refactor ToRadix to ToRadixLe and ToRadixBe * change same code to one function * could be cleaner * change function name sightly * change to one opcode * change let a_dec * small refactor * remove redundant if * remove LE postfix * add `insert_value` method * refactor `insert_value` to usse `.insert` method * refactor `to_radix_outcome` * endianess -> endianness * fix big endian padding * small fix * delete function and add an error * remove semicolons * Merge conflict * fix clippy --------- Co-authored-by: Kevaundray Wedderburn <[email protected]>
- Loading branch information
1 parent
d23c735
commit 2427a27
Showing
6 changed files
with
114 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters