Skip to content

Industrial-Automation-Lab/bitwise_ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Rust: Bit Manipulator

A simple interactive terminal-based application to manipulate and visualize a 16-bit integer.

Features

  • Set a bit to 1 (high)
  • Set a bit to 0 (low)
  • Toggle a bit
  • Read a bit
  • Displays the value in binary, hexadecimal, and decimal.

How to Run

cargo run --release

License

This project is licensed under the Apache License 2.0.

About

A Script to understand bitwise operations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published