Skip to content

Commit

Permalink
Merge pull request #39 from kitsuyui/gray-code
Browse files Browse the repository at this point in the history
Implement Gray code for bitline
  • Loading branch information
kitsuyui authored Jul 24, 2024
2 parents 0ea1693 + d42a2b6 commit 5a955a5
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 229 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ https://docs.rs/bittersweet/latest/bittersweet/bitline/trait.Bitline.html
- `range`
- `includes`
- `overlaps`
- `range`
- `remove`
- `left_rotate`
- `right_rotate`
- `bin_to_gray_code`
- `gray_code_to_bin`

## License

Expand Down
Loading

0 comments on commit 5a955a5

Please sign in to comment.